Home
search
Collections
Sign in or create an account
×
Upload an optional image.
Medium site navigation
Upload an optional image.
neerajsharma
Senior SDE @ Microsoft
Following
7
Followers
3
Elsewhere
Follow
Most recommended
Using Ctags efficiently with Vim
Here is the video of the same if you prefer to watch a video of this instead.
Here is the video of the same if you prefer to watch a video of this instead. Setting up ctags for your source code Use the exuberant ctags if you are on windows from http://ctags.sourceforge.net/ Then you can set up ctags by using something like this c:\tools\ctags —c++-kinds=+p —fields=+iamS —extra=+fq —recurse=yes —languages=c++ —tag-relative=yes -f c:\tags\tags You will have to do this regularly (everytime you make a change to your sources essentially) to generate new tags.
neerajsharma
1 min read
Latest
Using Ctags efficiently with Vim
Here is the video of the same if you prefer to watch a video of this instead.
neerajsharma
1 min read
Using grep in vim
neerajsharma
1 min read
Collections edited by neerajsharma
Vim Tips
Follow
52