Vim:Plugin:VimIntellisense
Welcome to the website of Vim Intellisense. This site provides you the information about the intellisense for Vim, documentation and on how to enable intellisense for new languages.
Needless to say intellisense is very helpful while developing the programs. While developing Java or in .NET (C#) it is not possible to remember all the interfaces and its methods, APIs etc. The IDE or editor should help in a way to build programs. Vim helps in so many ways, and especially the auto-completion is provided by Vim, by default. But it does not give the intellisense which is beyond auto-completion. I think most of us know what is intellisense, which is provided by Visual Studio. It is also called CodeInsight. Intellisense in a broad sense means more. It can be listing methods, attributes, classes, interfaces, member variables, local variables, etc, provide online help and may be inline compilation. But we are not looking into building inline compilation.