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
- Open a workspace from Local Explorer or Remote Explorer.
- Select a file from the explorer or search results.
- Edit content in the tabbed editor.
- Save the file.
- 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.