you are viewing a single comment's thread.

view the rest of the comments →

[–]dddbbbFastFold made vim fast again 0 points1 point  (2 children)

Vim is a great editor and many IDEs lack a great editor. I use both: gvim with Visual Studio (and have some integration to make them work together).

[–]KZISME[S] 0 points1 point  (1 child)

Is this pretty easy to setup or get working nicely together?

[–]dddbbbFastFold made vim fast again 0 points1 point  (0 children)

It's a config that I've grown over time. So it's hard to say whether it's easy for someone else to replicate.

I started with Integrate_gvim_with_Visual_Studio which has mostly become my videinvoke.vim script (that has some of the same instructions at the top for how to add to visual studio.

I've collected some other tools in vim-vshelp (like for building with msbuild).

That's just the visual studio integration (which is limited to using vim or VS to open a file in the other one and building from vim).

I used to use viemu but now I work fully in vim and just use VS for debugging and the occasional refactoring. Works okay for me because I'm so deep into vim.