dPlugins Scripts Organizer
Code Editor
With version 2.0 and above you will get Full Visual Studion code experience. We have integrated Monaco and with that, you will have a feeling like you never left the desktop coding application. To be able to write your code faster inside the editor we support autocomplete.
Intro video
Most useful keyboard shortcuts
Shortcut action | Key Combination |
Save | CTRL + S |
Display list of shortcuts inside Monaco editor | F1 |
Select next element with the same name | CTRL + D |
Duplicate selected | Shift + Alt + Down Arrow |
Extra options | Right-click |
To finish autocomplete | Tab |
Can you tell me how to format the code? Is it possible? Thanks
Not possible at the moment. We need to include Code Beautifier. But plan is to add it.