Good evening!

This question is relating to IDE, not programming.

Is there a way to spell-check my code in Visual Studio and have typos underscored? This seems to be a logical step from syntax highlighting. I want to spell check my variable, function, class etc. names not only comments as Visual Assist X offers. It's very sad when I have compile time errors because of stupid typos.

At the moment I'm using UltraEdit + MinGW and name_my_identifiers_like_this, but I'd like to move to Visual Studio. It would also be good to have spell check ofWordsInCamelCase. I've heard that VS2008 includes spell checker. Does it work as I described?

Thanks in advance!