You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the LSP spec, we should fuzzy match on the range provided on the LSP item, rather than picking a global range via the keyword
If the text edit is a replace edit then the range denotes the word used for filtering. If the replace changes the text it most likely makes sense to specify a filter text to be used.
Feature Description
As per the LSP spec, we should fuzzy match on the range provided on the LSP item, rather than picking a global range via the keyword
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_completion
The text was updated successfully, but these errors were encountered: