epanda wrote: > Hi, > > I am using Ctags to navigate into C++ code with gvim 7.2 but I have > seen that Intellisense which is used by Visual Studio 2005 is > available since 2003 for Gvim. > > Any users here are using Intellisense and Ctags ?
I think that 'Intellisense' is the name of the Microsoft technology, and the Vim name for the similar technology is 'omni-completion'. :help omni-completion Vim doesn't have C++ omni-completion built in, but I think that's what the omnicpp plugin provides. Perhaps it does this with the help of ctags. At any rate, though, navigating by tags, i.e. jumping to different places, is a very different task to completion, i.e. finishing off a word you started typing, so they're not really two things you choose between--you are likely to use both. Cscope is another tool that can be used for navigation, I believe. Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
