sublimelsp / LSP-cspell

Spell check support for Sublime's LSP plugin provided through cspell.
MIT License
9 stars 1 forks source link

Hasn't been updated in a while #7

Closed rchl closed 1 year ago

rchl commented 1 year ago

Would it make sense to sync with https://github.com/streetsidesoftware/vscode-spell-checker ?

predragnikolic commented 1 year ago

Yes,

Also, another truth is that there is no need for a language server like this to be updated frequently... I been using for a couple of mounts and it works fine in the current state as it is.

TODO:

I will try to update the server, IIRC, i run into some issues for some newer versions of the server, but maybe I will have more success this time.

rchl commented 1 year ago

There is a bunch of functionality that would could implement on the LSP-cspell side but I've looked a bit at the code of vscode's extension and it feels like one of the most complex servers I've ever seen and its code is for some reason kinda hard to follow.

I guess it works so it's not that important.

rchl commented 1 year ago

by a "bunch of functionality" I guess I mainly mean adding ignore words in workspace specific file.