Code Editor
Gokino uses the core Monaco Editor (the same engine as VS Code) to provide a smooth, professional programming experience right in the browser.
Key Features
1. Syntax Highlighting
The Editor automatically recognizes and color-codes syntax for Arduino/C++ languages.
- Keywords:
void,int,if,else... - Arduino Functions:
digitalWrite,pinMode... - Comments: Displayed in italic gray for better readability.
2. Auto-Save
You don't need to worry about losing code if you forget to hit Save.
- The system automatically saves the file after every 2 seconds of inactivity.
- "Unsaved" status is indicated by an orange dot ● on the tab.
3. Common Shortcuts
| Shortcut | Function |
|---|---|
Ctrl + S / Cmd + S | Manual Save |
Ctrl + F / Cmd + F | Find |
Ctrl + H / Cmd + H | Find and Replace |
Ctrl + / / Cmd + / | Comment/Uncomment code |
Alt + Click / Opt + Click | Multi-cursor |