A Common Man in India

A common man in an uncommon world…..

Vim – auto-completion feature

leave a comment »

For all the C programmers using vim – editor,
On highlight syntax using the command ” :syntax on “.

and also auto-completion can be found using “ctags”. ubuntu users can install it using the command ” sudo apt-get install ctags”.

and while programming, type “Ctrl+N” to on the auto-completion where ever it is necessary. :)

Happy Programming.
Learn Linux, Share Linux :)

Written by valluryphani

July 7, 2009 at 6:38 am

Posted in Technical

Leave a Reply