Files
suguruwataru cdd07e0ef7 Implement insertReplaceSupport LSP capability (#1630)
`insertReplaceSupport` is a client capability that was added to
LSP in 3.16.0. It allows the client to choose, when a completion
is done, whether the completion text is to insert at the cursor,
or is to replace some text under the cursor.

Closes #1631

Co-authored-by: mattn <mattn.jp@gmail.com>
2026-01-04 21:34:22 +09:00
..