Skip to content

Instantly share code, notes, and snippets.

@ptrv
Last active December 20, 2015 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptrv/942f12f489fa85057a00 to your computer and use it in GitHub Desktop.
Save ptrv/942f12f489fa85057a00 to your computer and use it in GitHub Desktop.
Tags generation for c++ with ctags
#!/usr/bin/bash
ctags -R --c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++ -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment