Skip to content

Instantly share code, notes, and snippets.

@carlos-wong
Last active November 25, 2016 16:10
Show Gist options
  • Save carlos-wong/5425002 to your computer and use it in GitHub Desktop.
Save carlos-wong/5425002 to your computer and use it in GitHub Desktop.
bash: cscope work with pyhon
Change to the top directory of your python code. Create a file called cscope.files:
find . -name '*.py' > cscope.files
cscope -R
You may need to perform a cscope -b first if the cross references don't get built properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment