Skip to content

Quick Start

This guide gets you to first success: open a workspace, edit a file, run a command, and choose the next workflow.

1. Open a workspace

Choose one mode:

  • Local Explorer: open a local project directory.
  • Remote Explorer: connect to a project over SSH.

For SSH:

  1. Enter host, port, and username.
  2. Choose password, private-key file, or pasted private-key authentication.
  3. Connect.
  4. Confirm the workspace root path.
  5. Save the profile if you want quick reconnection later.

2. Open and edit a file

  1. Select a file from the explorer or search results.
  2. Edit the file in the tabbed editor.
  3. Save the file.
  4. Use outline, AI, or terminal panels when helpful.

3. Run a command

  1. Open the terminal.
  2. Run a simple verification command such as pwd, ls, or your project’s test command.
  3. Search terminal output if the result is long.

4. Choose your next path

Commit changes (Pro)

Use Source Control to review diffs, stage changes, commit, and sync with remote branches.

Ask AI

Use AI Chat for explanations and planning. Use AI Agent for multi-step work. Agent usage is metered on Free and unlimited on Pro.

Diagnose a problem (Pro for advanced tools)

Use LSP diagnostics, code actions, Debug, and Timeline AI when a problem requires deeper investigation.

Automate repeated commands

Use Tasks for repeated terminal-backed workflows. Advanced filtered and parallel task runs are Pro capabilities.

Next pages

Built for developers on the move. Released under the MIT License.