Search code examples
c#spell-checkingvisual-c#-express-2010

Visual C# Express - How to spell check comments in a whole project?


I need to spell check all comments in my project. Any easy way to do that?

Note that I am using Visual C# Express (free) and not Visual Studio (paid).

Or is there any other external program I can use (real time)?

Thanks


Solution

  • SCSCwas an external tool that said that it supported spell checking C# comments. Nowadays I suppose the correct answer would be to say that Visual Studio Express has been replaced by Visual Studio Community that has an inbuilt spellchecker.