Search code examples
latexvscode-extensions

How to change spelling suggestion to en-US in latex + vs code?


I am using VS code + Latex for writing my research papers. I want my spell check to show suggestions in English-US, but the results I am getting are in English-UK. Is there any possible way to configure the language in VS code?

PS: I am using the LaTex Workshop (James Yu) extension in VS code.


Solution

  • There are several VS Code plugins which provide this task. I recommend a couple:

    1. Code Spell Checker, which supports many programming and markup languages;
    2. LTeX – LanguageTool grammar/spell checking, which supports only a few markup languages.

    Both check documents in American English (en-US) by default.