
Does "syntaxeditor" support functions like vs "Shift + enter"?
Does "syntaxeditor" support functions like vs "Shift + enter"?
Hello,
This documentation topic lists all our default key bindings. Shift+Enter in SyntaxEditor currently maps to InsertLineBreak, which is the same as pressing Enter without modifier keys.
VS seems to have language-specific functionality for Shift+Enter in some scenarios. We don't have anything pre-built for that, but you certainly could write your own edit action to replace our default Shift+Enter input binding, and build that sort of feature in the edit action's implementation.
Please log in to a validated account to post comments.