-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please Support in Using Enter to Apply Code Suggestion #239
Comments
Why did you close the issue? Its still a bug. For the time being just remove these entries from your {
"command": "-acceptSelectedSuggestion",
"key": "tab"
},
{
"command": "-acceptSelectedSuggestion",
"key": "enter"
}, |
I understand this is a placeholder caret move for the snippet placeholder that appears when you type {
"key": "enter",
"mac": "enter",
"command": "jumpToNextSnippetPlaceholder",
"when": "editorTextFocus && hasNextTabstop && inSnippetMode",
"intellij": "Next Template Variable or Finish In-Place Refactoring"
}, |
Add #239 that Support in Using Enter to Apply Code Suggestion
Released v1.6.1 |
Reverted due to #343 |
Hi,
I really don't like using tab key to apply the code suggestion it would be better if we can use enter key like the IntelliJ do , to apply the code suggestion.
right now when hit enter the cursor will go to next line without applying the code suggestion, I need to use Tab Key in order to apply the code suggestion
Thank You for Your Hard Work,
The text was updated successfully, but these errors were encountered: