Spell Checker 2.1 - Visual Studio 的拼字檢查小套件

Spell Checker 2.1 - Visual Studio 的拼字檢查小套件

Spell CheckerMikhail Arkhipov (MSFT) 開發的 Visual Studio 拼字檢查小套件。Spell Checker 真的是一款優當不錯的套件,因為它除了幫忙你檢查程式註解中是否有英文單字錯誤,還會提供拼字建議,支援檢查的註解包含:

  • HTML style comments <-- HTML -->
  • ASP.NET server side comments: <%-- ASP.NET --%>
  • JScript, C# and C++ comments: // C++ style comments
  • CSS and C style comments: /* C style comments */
  • VB and VBScript style comments: 'This is VB comment

Spell Checker 不僅支援 Visual Studio 2008 也可相容於  Visual Studio 2005,英文底子不好或是常常需要寫英文的朋友可以試試看!

參考與下載:

  1. Spell checker for HTML, ASP.NET, JScript, VB, C#, CSS and C++ for Visual Studio 2005 and 2008
  2. Spell checker update 2.1: a few bug fixes and couple of new features

讓 Spell Check 支援多國語言

  1. Spell checker for HTML and ASP.NET: multilanguage edition
  2. How to select language for spell checking in code comments

執行畫面:

SpellChecker-0011

圖一、註解中有一錯誤單字

SpellChecker-0012

圖二、Tools -> Spell Checker 執行拼字檢查功能

SpellChecker-0013

圖三、檢查到註解中有一錯誤單字,疑似錯誤單字處會以波浪紋顯示

SpellChecker-0014

圖四、利用滑鼠雙擊單字,會出現拼字建議清單,可以利用該清單來訂定單字忽略錯誤或是加入字典

SpellChecker-0015

圖五、完成修正