Skip to content

Commit

Permalink
✨ Add always replace keystroke option
Browse files Browse the repository at this point in the history
to easier ux
  • Loading branch information
lauvsong committed Jun 18, 2023
1 parent 6038da1 commit 69ba0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Super simple IntelliJ-based plugin to **refactor selected code using ChatGPT**.
text="Refactor with GPT"
description="Refactor selected code using ChatGPT">
<add-to-group group-id="RefactoringMenu" anchor="last"/>
<keyboard-shortcut keymap="$default" first-keystroke="alt R"/>
<keyboard-shortcut keymap="$default" first-keystroke="alt R" replace-all="true"/>
</action>
</actions>

Expand Down

0 comments on commit 69ba0b1

Please sign in to comment.