The Editor provides a full-featured integrated development environment (IDE) within ACTIVATE. Based on Theia, it offers a familiar VS Code-like experience for editing files, writing code, and debugging workflows.
Click Editor in the sidebar navigation to open the IDE.
The Editor interface consists of several key areas:
The vertical bar provides access to different views:
Shows content for the selected activity (files, search results, git status).
The main area where you edit files:
Contains terminal, problems, output, and debug console.
Shows current file information and editor state.
Ctrl+P (or Cmd+P on macOS)code filenameCtrl+S (or Cmd+S)Ctrl+K S (or Cmd+K S)The Editor supports many languages including Python, JavaScript, YAML, JSON, Bash, and more.
Ctrl+Space to trigger suggestionsTab or Enter to acceptCtrl+FCtrl+HCtrl+Shift+FPress Ctrl+` to open the integrated terminal, or select Terminal > New Terminal.
The terminal gives you command-line access for:
| Action | Windows/Linux | macOS |
|---|---|---|
| Command Palette | Ctrl+Shift+P | Cmd+Shift+P |
| Quick Open | Ctrl+P | Cmd+P |
| Save | Ctrl+S | Cmd+S |
| Find | Ctrl+F | Cmd+F |
| Toggle Terminal | Ctrl+` | Cmd+` |
| Go to Line | Ctrl+G | Cmd+G |