Visual Studio 工具 - 拼写检查

来源:互联网 发布:绝地求生amd显卡优化 编辑:程序博客网 时间:2024/05/22 06:31
随着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
原创粉丝点击