Is there any way I can have intellisense enabled in VIM (gvim).
I wish to use it for STL.
Is there any way I can have intellisense enabled in VIM (gvim). I wish
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Forgive me for correcting you first, but IntelliSense is the name of the advanced code completion in Microsoft Visual Studio, not the general term for code completion.
To answer your question, you will probably want to use YouCompleteMe. The setup is not terribly hard with vim plugin managers, but don’t forget to run the shell script that compiles the compiled component of YCM. Read the docs thoroughly, most initial problems are avoidable.