拼写检查我的 Delphi 源代码
以前我在 Visual Studio 中使用过 Visual AssistX,它对文字有非常好的拼写检查功能。
Delphi 作为专家是否有类似于 Visual Assist 拼写检查器的东西?
它应该拼写检查方法名称、类名称,尤其是资源字符串和文字。
Previously I have used Visual AssistX in Visual Studio and it had a very nice spell checking over literals.
Is there something similar to Visual Assist spell checker present for Delphi as expert?
It should spell check method names, class names and especially resourcestrings and literals.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我所知道的最接近的是 GExperts 中的代码校对器
The closest I know of is the Code Proofreader in GExperts
我使用 BatchSpellChecker 检查表单和字符串
I use BatchSpellChecker to check the forms and strings
http://www.remotedebugger.com/delphispell.asp
+ 集成到 IDE
- 似乎被困在 Delphi XE2(不再更新)
- 100 美元
http://www.batchspellchecker.com/download
+ 支持 Delphi 文件
- 未集成到 IDE
+ 售价 50 美元(但也有精简版)
http://www.addictive -software.com/other-downloads.htm
+ 集成到 IDE
- 自 2009 年起被放弃
http://www.remotedebugger.com/delphispell.asp
+ integrates into the IDE
- seems to be stuck at Delphi XE2 (no more updates)
- $100
http://www.batchspellchecker.com/download
+ supports Delphi files
- does not integrate in IDE
+ it is $50 (but it also has a lite version)
http://www.addictive-software.com/other-downloads.htm
+ integrates into the IDE
- abandoned since 2009