Vim – auto-completion feature
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

