Skip to main content

Code Editor Features

Explore the features available in the Urumi Code Editor.

File Browser

The left sidebar provides a file explorer:

  • Browse directories - Navigate your WordPress file structure
  • Open files - Click to open files in the editor
  • Create files - Right-click to create new files
  • Delete files - Right-click to delete files

Common Directories

DirectoryContents
wp-content/themes/Your theme files
wp-content/plugins/Plugin files
wp-content/uploads/Media files
wp-config.phpWordPress configuration

Code Editing

Syntax Highlighting

The editor supports syntax highlighting for:

  • PHP
  • JavaScript
  • CSS / SCSS / LESS
  • HTML
  • JSON
  • SQL
  • Markdown

Editor Features

FeatureDescription
Auto-completeSuggestions as you type
Find & ReplaceCtrl/Cmd + F to find
Multiple cursorsAlt + Click for multiple edit points
Code foldingCollapse code blocks
Line numbersEasy reference and debugging

Keyboard Shortcuts

ActionWindows/LinuxMac
SaveCtrl + SCmd + S
FindCtrl + FCmd + F
ReplaceCtrl + HCmd + H
Go to LineCtrl + GCmd + G
Command PaletteF1F1
Close FileCtrl + WCmd + W

Integrated Terminal

Access a command-line terminal directly in the editor:

  1. Open the terminal panel (bottom of the editor)
  2. Run commands directly on your Development environment
Limited Commands

The terminal has access to the same commands available via SSH. See SSH Commands for available options.

Split Editing

Work on multiple files simultaneously:

  1. Open a file
  2. Right-click the file tab
  3. Select "Split Right" or "Split Down"
  4. Open another file in the new panel

Search Across Files

Search your entire codebase:

  1. Press Ctrl/Cmd + Shift + F
  2. Enter your search term
  3. View results across all files
  4. Click any result to open the file

Settings and Preferences

Customize your editing experience:

  1. Open Command Palette (F1)
  2. Type "Settings"
  3. Adjust:
    • Font size
    • Theme (light/dark)
    • Tab size
    • Word wrap

Your preferences are saved for your session.

Working with Urumi AI

The Code Editor is integrated with Urumi AI:

  • Use Urumi AI to make changes
  • See changes reflected in the Code Editor
  • Review and modify AI-suggested code
  • Use the editor to understand what changed

The split panel layout makes it easy to chat with Urumi AI on one side while viewing code on the other.