79111027

Date: 2024-10-21 16:58:39
Score: 3
Natty:
Report link

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

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @rioV8
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Yuanhao JIANG