Skip to content

Editor

The editor is the center of a NimoteCode workspace. It works with files opened from local projects or SSH remote workspaces.

Core editor workflow

  1. Open a workspace from Local Explorer or Remote Explorer.
  2. Select a file from the explorer or search results.
  3. Edit content in the tabbed editor.
  4. Save the file.
  5. Use terminal, Git, AI, LSP, or debug panels for the next step.

Capabilities

  • Multiple open editor tabs.
  • Cursor line and column tracking.
  • Copy, cut, paste, select all, undo, and redo.
  • Current-file context for AI Chat.
  • Outline panel for code structure navigation when symbol data is available.
  • Mobile programming keyboard controls.
  • Docked editor panels for AI, outline, and terminal workflows.

Practical tips

  • Keep the active file open before asking AI questions so the assistant can use file context.
  • Use Search to jump into remote files by matching content.
  • Use Source Control after saving to review changes before committing.

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