Skip to content

ecstrema/vscode-cspell-tech-config

 
 

Repository files navigation

Remi's

CSpell Tech Dictionnary for VS Code

Requires VS Code v1.67

Use it

Download the extension from the VSCode marketplace. Note that it will delete all your existing saved CSpell words.

Contributing

The snippet is generated by script, do not edit the README directly. Instead, go to update.mjs, make changes and then submit a PR. Thanks!

    // updated 2022-09-25 17:35
    // https://github.com/marr11317/vscode-cspell-tech-config
    "cSpellTech.enabled": true,
    "cSpellTech.expand": false,
    "cSpell.userWords": [
      "bbox",
      "codelyzer",
      "codepoint",
      "compodoc",
      "compodocrc",
      "devkit",
      "devtool",
      "esnext",
      "flexbox",
      "fontfaceobserver",
      "gitbook",
      "glyphnames",
      "gpos",
      "gsub",
      "Helvetica",
      "hoverable",
      "Laravel",
      "lcov",
      "lerp",
      "lightgray",
      "macOS",
      "PIXI",
      "preprocessor",
      "pyplot",
      "range",
      "redist",
      "renderer",
      "Roboto",
      "sfdir",
      "shiki",
      "sloc",
      "smufl",
      "sourcemap",
      "sveltejs",
      "tinybench",
      "tsbuild",
      "tsbuildinfo",
      "tslib",
      "typechecking",
      "typedefs",
      "typedoc",
      "vite",
      "vitest",
      "woff",
      "eslint",
      "eslintignore",
      "eslintrc"
    ],

Contributing

Fork and pull request!

Wish to add or correct words? Simply add them in update.mjs and run the update script. pnpm run update.

Wish to fix the extension? The source code is in extension/src.

Credits

This extension is a fork of antfu's vscode-file-nesting extension.

About

Stop adding words to your personal dictionary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • TypeScript 74.5%
  • JavaScript 25.5%