Is there a way to force Visual Studio 2008 (or below) to use a spellchecker for comments?

拟墨画扇 提交于 2019-12-23 11:55:47

问题


I'm not sure if this can be done at all, but it'd certainly make my life easier. I was wondering if maybe the MS spellchecker could be used as a plug-in for other applications... or something like that.

Thanks.


回答1:


You can do it via this free add-in.

Newer post




回答2:


Visual Assist from Whole Tomato comes with a Spell Checker, along with many other wondrous productivity enhancing features - if you're using Visual Studio without Visual Assist you're really missing out :)




回答3:


You could use FXCop and write a custom rule to spellcheck (link) your comments




回答4:


Well, I don't know about Visual Studio, but both Eclipse and Emacs have support for spellchecking inside comments. I usually have it off, because it too often gets in the way and complains about things like variable names, but then I don't really need a spellchecker (most of the time).




回答5:


There is a tool for automatically correcting typical typos everywhere you type:

AutoHotkey and the AutoCorrect for English Script



来源:https://stackoverflow.com/questions/707422/is-there-a-way-to-force-visual-studio-2008-or-below-to-use-a-spellchecker-for

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!