You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
client.rs lsp: Check server provider capabilities (#3554) 2 years ago
jsonrpc.rs Resolve a bunch of upcoming clippy lints 2 years ago
lib.rs Apply completion edits to all cursors (#4496) 2 years ago
transport.rs Drain pending requests on language server termination (#4852) 2 years ago