• Homesearch
  • Collections
  • Sign in or create an account

neerajsharma

Senior SDE @ Microsoft

  • Elsewhere
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.
    neerajsharma1 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.
    neerajsharma1 min read

      Using grep in vim

       
      neerajsharma1 min read
        Collections edited by neerajsharma
        • Vim Tips