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
Jun 12, 2019
Sep 30, 2023
Sep 30, 2023
Jun 12, 2019
Aug 13, 2022
Nov 18, 2024
Mar 30, 2023
Jul 26, 2022
Aug 13, 2022
Nov 18, 2024
Mar 1, 2025
Feb 26, 2023

Persian - Code Spell Checker

Persian dictionary extension for VS Code.

Imports the Persian 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 fa to the cSpell.language setting, will enable the Persian dictionary. Example using both English and Persian dictionaries:

"cSpell.language": "en,fa",

Requirements

This extension will automatically include Code Spell Checker extension.