Open
Description
Feature Description
load in the root of a project a file project-words.dic/project-words.txt (one is used by cspell plugin in vscode, the other from Idea editors) to load the words/regex)
Use Case
Sometimes in the project you have things like names of people, libraries or some stuff that is not a valid language (right now I've got a property from nestjs/mongoose that is maxlength) which means is complaining, and I added that into our project file, but is not loaded.
Proposed Solution
Detects when a project has this file, and loads the contents of it as possible words/regex
Alternative Solutions
No response
Examples
No response
Additional Context
No response