Table of Contents

Visual Studio spell checker

An editor extension that checks the spelling of comments, strings, and plain text.

Installation

  1. Download the plugin:

  2. Open the file

  3. Click Install.

  4. Click Close.

Configuration

In Visual Studio, select Tools > Spell Checker > Edit Global Configuration.

Dictionary Settings page:

  • Language should be set to English, United States (en-US).


Global Spell Checker Configuration Settings: Dictionary Settings

XML Files page:

  • This page displays two columns: Ignored XML Elements and Spell Checked Attributes.


    Global Spell Checker Configuration Settings: XML Files

    • The Ignored XML Elements column allows you to add XML elements that should be ignored by the spell checker.

      For example, the following elements can be added: LengthType, Type, RawType.

    • The Spell Checked Attributes column allows you to add XML attributes that should be ignored by the spell checker.

      For example, the following attribute can be added: name.

    Note

    The name of XML elements and attributes is case sensitive.