Saturday, 24 August 2013

set Vim as a basic C++ ide

set Vim as a basic C++ ide

I want to set Vim as a basic IDE for C++, I just want to perform these tasks:
write code (you don't say?)
check and highlight C++ syntaxis
autocompletion (if is possible)
compile & run, and return to the editor
tree-view project files on the side
statusbar
I know that much of this tasks can be done with plugins, so I need your
help to make a list of required plugins and how to set them up together as
a basic C++ IDE.
why basic? well, I'm taking the programming course level 1 in my
university, and we will make simple command-line programs, simple such a
mathematical evaluations (functions, array even or odd numbers, draw
triangles with asterisks and so.)

No comments:

Post a Comment