Accept Next Line Of Inline Suggestion KB shortcut is not working

Accept Next Line Of Inline Suggestion KB shortcut is not working, add this to keyboard.json:
{
“key”: “cmd+right”,
“command”: “editor.action.inlineSuggest.acceptNextLine”,
“when”: “inlineSuggestionVisible”
},

try to accept new line only, it does not work.

Accept word by word does work.

2 Likes

I’m having the same problem. Have you found a solution?

1 Like

I’m having the same problem. Have you found a solution?