Hotkeys
The following hotkeys are supported in the code editor:
- Ctrl+Space — code completion;
- Ctrl+I — show the variable type;
- Ctrl+O — show the variable description;
- Ctrl+Q — rename the variable;
- Ctrl+. — select variables in the code (multiple cursors are added);
- Ctrl+/ — comment out/uncomment the code.