Skip to content

[FEATURE]: Support for project-words.dic or project-words.txt #85

Open
@Dracks

Description

@Dracks

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions