Visual C# Express - How to spell check comments in a whole project?
I need to spell check all comments in my project. Any easy wa开发者_C百科y 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
SCSC seems to be an external tool that says that it supports spell checking C# comments.
You need a plugin if you want this in Visual Studio. Check out this link. However, I don't believe you can use plugins in Visual C# Express.
精彩评论