Visual C# Express - 如何在整个项目中对注释进行拼写检查?
我需要对项目中的所有评论进行拼写检查。有什么简单的方法可以做到这一点吗?
请注意,我使用的是 Visual C# Express(免费)而不是 Visual Studio(付费)。
或者还有其他我可以使用的外部程序(实时)吗?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SCSC 是一个外部工具,据说它支持 C# 注释的拼写检查。
如今,我认为正确的答案是 Visual Studio Express 已被具有内置拼写检查器的 Visual Studio Community 所取代。
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.
如果您想在 Visual Studio 中使用此功能,则需要一个插件。查看此链接。但是,我不相信您可以在 Visual C# Express 中使用插件。
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.