N
N
n-name2016-11-22 15:54:14
HTML
n-name, 2016-11-22 15:54:14

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": [],

How to set the necessary hotkeys?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
n-name, 2017-04-21
@n-name

Menu - File -> Options-> Keyboard Shortcuts...
How to configure Emmet in Visual Studio Code?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question