Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-db/src/assists.rs')
| -rw-r--r-- | crates/ide-db/src/assists.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide-db/src/assists.rs b/crates/ide-db/src/assists.rs index 0ddbde49ab..1c40685ebb 100644 --- a/crates/ide-db/src/assists.rs +++ b/crates/ide-db/src/assists.rs @@ -36,7 +36,7 @@ pub struct Assist { #[derive(Debug, Clone, Copy, PartialEq, Eq)] pub enum Command { /// Show the parameter hints popup. - TriggerSignatureHelp, + TriggerParameterHints, /// Rename the just inserted item. Rename, } |