Answer the question
In order to leave comments, you need to log in
How to set hotkeys for Edit Point (Emmet) in VisualStudio Code?
Good time.
The VisualStudio Code editor (I use the latest currently 1.7.1 under Linux) has built-in support for Emmet (Zen Coding before)
Expand works on TAB, but I can't find the jump to the next edit point.
The documentation for emmet uses ctrl + alt + ->
docs.emmet.io/actions/go-to-edit-point
There is nothing about this on the VisualStudio Code official website, only these lines in the editor settings
// Emmet
// When enabled, emmet abbreviations are expanded when pressing TAB.
"emmet.triggerExpansionOnTab": true,
// Preferences used to modify behavior of some actions and resolvers of Emmet.
"emmet.preferences": {},
// Define profile for specified syntax or use your own profile with specific rules.
"emmet.syntaxProfiles": {},
// An array of languages where emmet abbreviations should not be expanded.
"emmet.excludeLanguages": [],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question