Skip to content

BlackHole1/idea-spell-check

Repository files navigation

idea-spell-check

Build Version Downloads

To parse the CSpell configuration file and automatically add words to the IDEA dictionary to prevent warnings.

Support configuration file:

  • .cspell.json
  • .cSpell.json
  • cspell.json
  • cSpell.json
  • cspell.config.js
  • cspell.config.cjs
  • cspell.config.json
  • cspell.config.yaml
  • cspell.config.yml
  • cspell.yaml
  • cspell.yml
  • package.json cspell field

example

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Cspell Check" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.