Created
January 4, 2017 02:12
-
-
Save dreamflyforever/38ee21517e42484c716b97a5f6290921 to your computer and use it in GitHub Desktop.
From http://gitstbox.com/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
find ./ -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.py" -o -name "*.s" > cscope.files | |
cscope -Rbq -i cscope.files | |
ctags -R --exclude=.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This file is easy to find keyword and enter the function.
command:
./update_db.sh
: cs add cscope.out
: cs f e keyword
press
ctrl ]
enter function