Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vim as Visual Studio IDE

Tags:

vim

I have spent lot of time doing research on VIM. I am Windows guy since last 6 yrs and was using VS. Now started working on Linux. I want to make VIM as close as possible to VS. I want features like Project Navigation Files in Different Tabs Search in Project AutoCompletion

I have found plugins for the above requirements Project Pligin MiniExplore Taglist OmniComplete

I am not able to correctly set vimrc script. When I try to open file from Project it gets open in different tabs.I want to get it open in different buffers. Also when I want to close file in buffer , complete window gets closed. Open taglist and project window makes all mess.

Has any one done settings with these plugin.. Could you guys please post your vimrc files?? It will save lot of time for newbies like me..

like image 854
anand Avatar asked Nov 26 '08 07:11

anand


People also ask

Can Vim be used as an IDE?

After back and forth searching for a perfect IDE, I found Vim, Unix default editor, as a perfect alternative. Even though it's simple and lack of many rich features, convert it to become a powerful IDE is possible through plugins.

Should I use Vim or Visual Studio?

"Comes by default in most unix systems (remote editing)", "Fast" and "Highly configurable" are the key factors why developers consider Vim; whereas "Powerful multilanguage IDE", "Fast" and "Front-end develop out of the box" are the primary reasons why Visual Studio Code is favored.


Video Answer


1 Answers

Vim is a very different tool than Visual Studio. Plugins may help you get certain bits of functionality you desire, but do not expect them to work exactly like VS, work well together, or even work at all.

If you are looking for a programming environment more like Visual Studio, there are many good graphical IDE's you can use such as NetBeans, Eclipse, Code::Blocks, KDevelop, Anjuta, etc. Some of these tools are, IMHO, better heavyweight IDE's than Visual Studio, and all are available on Linux for free.

You should either learn to use Vim the way it was built to be used, or find a different tool that suits you better. Shoehorning Vim into a surrogate for Visual Studio will probably cause you more pain than it's worth.

like image 170
postfuturist Avatar answered Sep 18 '22 05:09

postfuturist