Skip to content

💡: A CSpell Server / Daemon to check documents or document segments #8457

@Jason3S

Description

@Jason3S

Problem

Problem:
It takes too long to spell check a single document. This shows up in the ESLint plugin in VSCode. The time to check a 1000 line document is only a few milliseconds. But the startup CSpell startup time is closer to 1 second on some machines. This make spell checking using the ESLint Plugin painful.

Solution

The idea is to have a Daemon / Server that stays running. This removes the cost of startup while adding a small amount to communication costs.

Alternatives

No response

Additional Context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions