CONTRIBUTING: add hint for using cscope

This commit is contained in:
Thomas Haller 2023-01-17 16:21:46 +01:00
parent 8f13cb490b
commit 037fdcaf20
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -221,6 +221,13 @@ source code and navigate it. These tools can integrate with editors like `Vim` a
- http://cscope.sourceforge.net/cscope_vim_tutorial.html
- https://www.emacswiki.org/emacs/CScopeAndEmacs
For cscope, you can also set `$SOURCEDIRS` to include other source trees and navigate
those sources. For example,
```
export SOURCEDIRS=/path/to/glib:/path/to/libndp
cscope -b -q -R -ssrc
```
Miscellaneous
---------------------------