Skip to content

Commit

Permalink
Merge pull request #345 from kasecato/#343/remove_jumpToNextSnippet
Browse files Browse the repository at this point in the history
Fixed #343 that jumpToNextSnippetPlaceholder on Enter unexpected beha…
  • Loading branch information
kasecato authored Apr 20, 2024
2 parents 93ec17d + d1ce9ed commit 9620287
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 9620287

Please sign in to comment.