Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-db/src/source_change.rs')
-rw-r--r--crates/ide-db/src/source_change.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide-db/src/source_change.rs b/crates/ide-db/src/source_change.rs
index a85358098f..a83f8473c3 100644
--- a/crates/ide-db/src/source_change.rs
+++ b/crates/ide-db/src/source_change.rs
@@ -307,8 +307,8 @@ impl SourceChangeBuilder {
}
/// Triggers the parameter hint popup after the assist is applied
- pub fn trigger_signature_help(&mut self) {
- self.command = Some(Command::TriggerSignatureHelp);
+ pub fn trigger_parameter_hints(&mut self) {
+ self.command = Some(Command::TriggerParameterHints);
}
/// Renames the item at the cursor position after the assist is applied