Skip to content

Commit

Permalink
Fixed #343 that jumpToNextSnippetPlaceholder on Enter unexpected beha…
Browse files Browse the repository at this point in the history
…viour
  • Loading branch information
kasecato committed Apr 20, 2024
1 parent 93ec17d commit d1ce9ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@
"when": "suggestWidgetVisible && textInputFocus",
"intellij": "Choose Lookup Item Replace"
},
{
"key": "enter",
"mac": "enter",
"command": "jumpToNextSnippetPlaceholder",
"when": "editorTextFocus && hasNextTabstop && inSnippetMode",
"intellij": "Next Template Variable or Finish In-Place Refactoring"
},
{
"key": "ctrl+shift+enter",
"mac": "cmd+shift+enter",
Expand Down
7 changes: 0 additions & 7 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,6 @@
"when": "suggestWidgetVisible && textInputFocus",
"intellij": "Choose Lookup Item Replace"
},
{
"key": "enter",
"mac": "enter",
"command": "jumpToNextSnippetPlaceholder",
"when": "editorTextFocus && hasNextTabstop && inSnippetMode",
"intellij": "Next Template Variable or Finish In-Place Refactoring"
},
{
"key": "ctrl+shift+enter",
"mac": "cmd+shift+enter",
Expand Down

0 comments on commit d1ce9ed

Please sign in to comment.