Possible Duplicate:
Do you use a single editor (well)?
Do you use one text editor for all your needs?
I am reading Pragmatic programmer and in Basic Tools section, authors mention using learning one editor fully and then using it for all your needs - coding, email, documentation.
I use visual studio ide for c# and I see his point if I need to switch to other ides like eclipse or so. And I can't use visual studio editor for everything, so does it make sense to learn editor like vi.
And more importantly, Is it even possible to use one editor for most of your needs. How you cope with things like syntax highlighting and more importantly intellisense etc.
Edit: Thanks for the responses. I think I will continue with Visual Studio + Notepad++ for now.
At the same time I have downloaded gvim :) and while searching for it, it was heartening to see vim text mode for visual studio with VsVim which I hope to make use of