Keyboard Shortcuts
| Ctrl+Shift+P | Command Palette |
| Ctrl+S | Save file |
| Ctrl+Shift+S | Save to device |
| Ctrl+R | Run current file |
| Ctrl+Shift+T | Toggle dark/light theme |
| Ctrl+` | Toggle console |
| Ctrl+= / Ctrl+- | Increase / decrease font size |
| Ctrl+0 | Reset font size |
| Alt+Z | Toggle word wrap |
Quick Start
- Connect your IdeaBoard via USB
- Open code.py from the Device panel
- Edit your code, then Ctrl+S to save
- Click Run to execute the open file
- Use print() to see output in the Console
- Switch to Plotter to graph numeric print() values
Tips
- Drag files between Local and Device panels to copy
- Right-click files/folders for rename, delete, upload, download
- Use + buttons to create new files or install libraries
- Plotter formats:
print(val), print(x, y, z), print(f"temp:{val}")
Links