Topics:
Shortcuts are very important part of Total.js Code editor. You need to remember few shortcuts only (around 8).
F1 shows important commandsF2 shows partsF3 shows database of UI componentsF5 reloads the file again from serverF6 shows Font-Awesome iconsF8 shows projectsF9 shows internal chat (+v1.4)F10 shows real-time logsF11 shows cross-project clipboardCMD+F or CTRL+F focuses search dialogCMD+S or CTRL+S saves the content of the filePress F1 and enter :LINE_NUMBER or :LINE_NUMBER:CHAR_INDEX
Inline templates are defined for specific files like .html, .json, .js or .api. Just create or open file and show the context menu:

Paste SQL script with CREATE TABLE and click on the Transform SQL to schema via context menu.

Select HEX color in your CSS file and click on the Convert to RGBA via context menu.

Press F2 and you can show existing parts. Total.js Code editor divides parts into two categories. So the parts show only parts according to the file (whether the file is server-side or client-side).
Coming soon.
Select code and click on the Copy with syntax or Copy as Markdown in the context menu.

Coming soon.
Coming soon.
Total.js Code editor parses @TODO: text of the task phrase automatically when the file is saving. You can browse all task, just click on the second right corner icon:

Each project must have enabled bundles in the project settings. This option will enable making of bundle directly in the project:

You can define multiple servers with Total.js Code editor and usage is very helpful. Electron version offers work with local files and it has improved shortcuts. Electron version is primary targeted for source-code versioning. Read more.
Welcome screen example:

Total.js Code doesn't support direct communication with the source-version system. But we have a solution for it. Electron version supports synchronization of file from server-side to your local machine and automatically it saves the file locally after you save the file.
Code Editor settings in the Electron:

Project settings:

Then Total.js Code editor will synchronize all files which you will change and you will be able to store all changes in your source-version system.