If I could use a vi editor with VS, I'd be the biggest VS.NET advocate ever.
Agreed.
Pretty sure I remember there being some sort of plugin or something that made the editor act like vi. Very foggy in the memory though, I could be totally off.
Yea, but it was really bad. Instead of replacing the editor in the UI with the OLE control from gvim it just spawned it as an external editor, IIRC.
For all the people advocating vi, I'm surprised that no one has bothered to defend their choice. Why do people like it so much, other than just being cool Linux guys?
As Bing said there's not much reason to defend it, a lot of people cringe when they see 'vi' just because they accidentally started it once years ago and never figured out how to exit it properly. But for most Linux people some vi is forced on you eventually when you need to fix something, but if you take the time to learn the editor it's amazing what you can do. regexp, syntax highlighting, execute shell commands on the buffer, split windows, multiple copy/yank registers, autoformatting, repeat command, keyword completion, etc. That and its many times faster than notepad, just doing a simple search and replace on a large file will take notepad minutes when it'll take gvim seconds.
There's no reason not to try it, it's free and once you learn how to use it properly you'll never want another editor =) I'm 99% sure the win32 gvim port comes wtih vimtutor.