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-term/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
..
commands reload_all: Ensure view is synced with doc history before reload (#4965) 2 years ago
keymap Change default TS object bindings (#3782) 2 years ago
ui Apply completion edits to all cursors (#4496) 2 years ago
application.rs feat(lsp): add support for lsp Diagnostic{}.data (#4935) 2 years ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs Change default TS object bindings (#3782) 2 years ago
compositor.rs fix test compilation 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 3 years ago
health.rs Fix nightly clippy lints (#4954) 2 years ago
job.rs remove Callback::Compositor variant 2 years ago
keymap.rs Fix nightly clippy lints (#4954) 2 years ago
lib.rs Add refresh-config and open-config command (#1803) 3 years ago
main.rs document should save even if formatter fails 2 years ago