emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.77k stars 883 forks source link

[3.16] [Completion] Support insertTextModeSupport #2325

Open kiennq opened 3 years ago

kiennq commented 3 years ago

Please refer to https://github.com/microsoft/language-server-protocol/issues/83, https://github.com/emacs-lsp/lsp-mode/pull/1939 and https://github.com/microsoft/language-server-protocol/blob/gh-pages/_specifications/specification-3-16.md#textDocument_completion.

This capability replaces keepWhitespace

yyoncho commented 3 years ago

@kiennq wasn't that fixed?

kiennq commented 3 years ago

Yes, it's fixed.

kiennq commented 3 years ago

Reopen this, I was wrong, this is insertTextModeSupport, not insertReplaceSupport