DEV Community

Cover image for How to Use VS Code Spell Checker - Detailed walkthrough to setup and use multiple languages
CodingWith-Adam
CodingWith-Adam

Posted on

How to Use VS Code Spell Checker - Detailed walkthrough to setup and use multiple languages

Never make another spelling mistake in your code using the free VS Code spell checker extension from Street Side Software.

In this video you will learn:

  1. How to install the spell checker extension.
  2. How to identify spelling errors.
  3. Fix spelling errors.
  4. Add dictionaries for additional languages for example Spanish and French.
  5. Add new or made up words to the dictionary.
  6. The difference between user and workspace settings.
  7. Store settings in a file called cspell.json instead of the .vscode settings.json file.

Oldest comments (2)

Collapse
 
thiagokj profile image
Thiago Cajaíba

Thanks for sharing! Helped me a lot!

Collapse
 
codingwithadam profile image
CodingWith-Adam

You're Welcome!