Are there keyboard shortcuts for the various editors in UI Builder (Theme extensions, Components edit text, custom code, etc.)?
Examples would include commenting/uncommenting lines of code, duplicate a line, and similar shortcuts in IDE-type editors (e.g. VS Code). Debugging is laborious without them, as in adding/removing ‘//’ line by line.
If the editor is one of the standards, we can find the keyboard shortcut list on the web.
Dima, the top shortcuts on my VS Code Command Palette are add/remove (toggle) line comment and duplicate line (up/down). Your reply ‘solved’ those shortcuts for me as Cntl+/ toggles comments (line or block), as it does in VS Code, and I find the VS Code duplicate line command (Shift+Alt+up/down arrow) works in the Backendless editors also.
My suggestions:
publish the present known shortcuts.
the VS Code shortcuts are pretty widespread (and very complete!) so that might be a pretty good model for new ones.
the developers in Backendless Consulting might be a good source for new shortcut suggestions.
the user community should be invited to comment on this topic (in Mark’s newsletter?).