I have two problems with the automatic spell checking in a C# file (C++ is the same). See the following example:
/*
Hello worldd.
"Alt+S" This is wrongg.
And this tooo.
*/
/*
Helpp.
<h2> Testt </h2>
Bugg.
*/
The automatic spell checker marks only the words worldd and Helpp as misspelled. The manually triggered spell checker finds all typos (worldd, wrongg, tooo, Helppp, Testt and Bugg).
If I remove the + in the string "Alt+S", wrongg and tooo are marked as misspelled too.
And if I remove the html-tags in the second comment block, Testt and Bugg are detected as misspelled too. Especially the problem with the html-tags bothers me since I use doxygen to document my code.
Any ideas? Are these bugs or features? ;-)
Greetings Habi
VS 2008 Standard, German VAX 10.5.1727.0 built 2009.06.12