Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

ctags on C++:

ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .



ctags takes an environment variable for it's options, too:

    export CTAGS='-R --c++-kinds=+p --fields=+iaS --extra=+q'
and then you can just run 'ctags .'




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: