Skip to content

Instantly share code, notes, and snippets.

@XIOLog
Last active May 21, 2019 14:45
Show Gist options
  • Select an option

  • Save XIOLog/ebd48de6fabead59f8b9114fef7fe0b3 to your computer and use it in GitHub Desktop.

Select an option

Save XIOLog/ebd48de6fabead59f8b9114fef7fe0b3 to your computer and use it in GitHub Desktop.
Настройка для корректной работы emmet в VSCode
[
{
"key": "tab",
"command": "tab",
"when": "editorTextFocus && !editorTabMovesFocus"
},
{
"key": "tab",
"command": "editor.emmet.action.expandAbbreviation",
"when": "editorTextFocus && !editorHasSelection && !editorHasMultipleSelections && !editorTabMovesFocus"
}
]
{
"emmet.triggerExpansionOnTab": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment