errata-ai / vale-ls

:zap: An implementation of the Language Server Protocol (LSP) for the Vale command-line tool.
MIT License
63 stars 4 forks source link

Feature Request: Add a word to a dictionary via a code action #19

Open David-Else opened 1 month ago

David-Else commented 1 month ago

Thanks for this awesome software! It would be great to be able to add a word to a dictionary with a code action to remove ERROR Vale.Spelling.

There is a similar grammar checking project written in Rust that does allow adding words to the dictionary here: https://github.com/elijah-potter/harper/blob/master/harper-ls/README.md. I think it is an essential feature :)