diff options
author | Michael Davis | 2022-12-06 01:29:40 +0000 |
---|---|---|
committer | GitHub | 2022-12-06 01:29:40 +0000 |
commit | 2077f5e26a4cdaadde4b505fc64eadb9e6849c0d (patch) | |
tree | b3b274e5efcc12cbe57b090d08d590aceab833f2 /helix-view/src/view.rs | |
parent | 7210c58a51a16c0ae3c9d77211ed1a25e039bd9e (diff) |
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.
Diffstat (limited to 'helix-view/src/view.rs')
0 files changed, 0 insertions, 0 deletions