helix/helix-lsp
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
..
src Apply completion edits to all cursors (#4496) 2022-12-06 10:29:40 +09:00
Cargo.toml build(deps): bump tokio from 1.21.2 to 1.22.0 (#4846) 2022-11-22 13:24:37 -06:00