Editor
Inline Edit

Inline Edit

Modify code segments directly in the editor using natural language instructions. ProxyAI applies your requested changes live without leaving your coding environment.

To use Inline Edit:

  • Select the code block you want to modify
  • Click the Edit Code icon in the hover panel that appears
  • Enter your instruction (e.g., "refactor to use async/await" or "add error handling")
  • Press Enter to apply the changes directly to your code

Keyboard Shortcuts

  • Initiate Inline Edit: Cmd+Shift+K (macOS) or Ctrl+Shift+K (Windows/Linux)
  • Submit Instruction: Enter
  • Cancel Edit: Esc