I have looked at some related posts, such as Vim as Visual Studio IDE.
The poster seems to want to bring the full power of VIM into Visual Studio, which I understand to be a fairly messy procedure. This is not what I want.
I just want plain vanilla VIM to be functional with the VS IDE. That is, all I want is to be able to switch between Normal and Insert mode (for starters), where I can move through code within Normal mode and type in text within Insert mode. Using the search and marking features would be nice as well, but I just want to make one step at a time. Of course I can just open up a terminal and VIM through the source code, but I would not have the useful VS IntelliSense at my disposal.
I am asking for suggestions/advice on how to achieve the above but a good reference (book, article, another stackoverflow post, etc.) on how to achieve the above also suffices for an answer.