Skip to content

Commit e0e6c39

Browse files
leigaolkaranA-aws
authored andcommitted
fix(amazonq): Correct search text for Amazon Q inline suggestion keybindings (aws#5133)
When you select - Map Key bindings from Q's status bar - It takes you to a settings panel with setting to change "JB's Inline Suggestion". You must select Q's settings & then update. This is to update the search text to Amazon Q inline suggestion to avoid confusion with JB's keybindings
1 parent ae089d5 commit e0e6c39

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Correct search text for Amazon Q inline suggestion keybindings"
4+
}

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/settings/CodeWhispererConfigurable.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,6 @@ class CodeWhispererConfigurable(private val project: Project) :
232232
}
233233

234234
companion object {
235-
private const val Q_INLINE_KEYBINDING_SEARCH_TEXT = "inline suggestion"
235+
private const val Q_INLINE_KEYBINDING_SEARCH_TEXT = "Amazon Q inline suggestion"
236236
}
237237
}

0 commit comments

Comments
 (0)