I want to achieve the following:
most of the time those works fine but when i tried to tab complete snippets within tab completed snippet, I can't tab complete it unless the placeholder is $0. When I reach a placeholder, whatever I type is highlighted and when I type prefix and tab I go to next placeholder instead of tab complete that.... In this case I need to manually type ESC to escape the highlights..
Any fix to this?
Thanks @rioV8! I have found a workaround to this in case anyone need :) I override the key in the following way
{
"key": "tab",
"command": "insertSnippet",
"when": "editorTextFocus && hasSnippetCompletions && !editorTabMovesFocus"
}
i.e., remove !inSnippetMode