Visual Studio 工具 - 拼写检查

随着VS2008正式版的发布, Visual Studio Spell Check add-on 也做了升级并支持最新的VS版本,其拼写检查可支持:

  • 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


Download: http://blogs.msdn.com/webdevtools/archive/2007/12/13/spell-checker-for-html-asp-net-jscript-vb-c-css-and-c-for-visual-studio-2005-and-2008.aspx

VS2008 内置的拼写检查功能:

VS2008 Spelling Rule:
http://blogs.msdn.com/fxcop/archive/2007/08/20/new-for-visual-studio-2008-custom-dictionaries.aspx

你可能感兴趣的:(asp.net,VBScript,vb,工具,download,Comments)