helix/helix-lsp/src
Michael Davis 2077f5e26a
Apply completion edits to all cursors (#4496)
Completion edits - either basic `insert_text` strings or structured
`text_edit`s - are assumed by the LSP spec to apply to the current
cursor (or at least the trigger point). We can use the range (if any)
and text given by the Language Server to create a transaction that
changes all ranges in the current selection though, allowing auto-
complete to affect multiple cursors.
2022-12-06 10:29:40 +09:00
..
client.rs lsp: Check server provider capabilities (#3554) 2022-11-22 11:52:23 +09:00
jsonrpc.rs Resolve a bunch of upcoming clippy lints 2022-11-04 21:06:28 +09:00
lib.rs Apply completion edits to all cursors (#4496) 2022-12-06 10:29:40 +09:00
transport.rs Drain pending requests on language server termination (#4852) 2022-11-24 11:07:42 +09:00