DocsEditor & IDETerminal Usage

Terminal Usage

The integrated terminal gives you full command-line access within Codeezly.

Opening the Terminal

Press Ctrl+` (backtick) or click the terminal icon in the bottom panel to open the terminal.

Features

  • Multiple Terminals: Click the + icon to open additional terminal tabs.
  • Split View: Split the terminal pane for side-by-side commands.
  • Command History: Use the up/down arrow keys to navigate previous commands.
  • Copy/Paste: Use Ctrl+C/Ctrl+V (or Cmd+C/Cmd+V on Mac).

Common Commands

  • npm install - Install dependencies
  • npm run dev - Start development server
  • npm run build - Build for production
  • git status - Check Git status

Environment

The terminal runs in a Linux environment with Node.js, Python, and common developer tools pre-installed.