Skip to content

Commit 5aff48c

Browse files
authored
fix(amazonq): Correct search text for Amazon Q inline suggestion keybindings (#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 cc476dd commit 5aff48c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ class CodeWhispererConfigurable(private val project: Project) :
209209
}
210210

211211
companion object {
212-
private const val Q_INLINE_KEYBINDING_SEARCH_TEXT = "inline suggestion"
212+
private const val Q_INLINE_KEYBINDING_SEARCH_TEXT = "Amazon Q inline suggestion"
213213
}
214214
}

0 commit comments

Comments
 (0)