mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
add changes
and ghost_transaction
to DocumentDidChange events
This commit is contained in:
parent
c8c0d04168
commit
5537e68b5e
3 changed files with 11 additions and 3 deletions
|
@ -353,7 +353,7 @@ pub(super) fn register_hooks(handlers: &Handlers) {
|
|||
|
||||
let tx = handlers.signature_hints.clone();
|
||||
register_hook!(move |event: &mut DocumentDidChange<'_>| {
|
||||
if event.doc.config.load().lsp.auto_signature_help {
|
||||
if event.doc.config.load().lsp.auto_signature_help && !event.ghost_transaction {
|
||||
send_blocking(&tx, SignatureHelpEvent::ReTrigger);
|
||||
}
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue