Skip to content

Files

Latest commit

4ff5cf8 · Mar 1, 2025

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 13, 2022
Oct 21, 2020
Aug 21, 2023
Sep 30, 2023
Oct 21, 2020
Aug 13, 2022
Dec 30, 2024
Mar 30, 2023
Jul 26, 2022
Aug 13, 2022
Aug 21, 2023
Dec 30, 2024
Mar 1, 2025
Feb 26, 2023

Vietnamese - Code Spell Checker

Vietnamese dictionary extension for VS Code.

Imports the Vietnamese spell checking dictionary for Code Spell Checker.

Installation

After this extension is installed, it is necessary to tell the spell checker to use it.

Enable Dictionary

Commands (use F1 or View -> Command Palette...):

  • F1 Show Spell Checker Configuration Info
  • Select the Language tab.
  • Enable the language Globally or in just the Workspace.

Disable Dictionary

Commands (use F1 or View -> Command Palette...):

  • F1 Show Spell Checker Configuration Info
  • Select the Language tab.
  • Disable the language Globally or in just the Workspace.

Manual Settings

This is done with the language setting.

Preferences -> Settings

Adding vi to the cSpell.language setting, will enable the Vietnamese dictionary. Example using both English and Vietnamese dictionaries:

"cSpell.language": "en,vi",

Requirements

This extension will automatically include Code Spell Checker extension.