DocsQuick Edit

Quick Edit (Ctrl+K)

Make inline code changes without leaving your flow. Select code, describe what you want, and apply.

How to Use

1

Select Code

Highlight the code you want to modify, or place cursor where you want to insert.

2

Press Ctrl+K

A floating input appears. Describe what you want to change.

3

Review & Apply

See the diff preview, then accept or reject the changes.

Accepting & Rejecting

Accept

Press Enter or click the checkmark to apply changes.

Reject

Press Escape or click X to cancel and keep original.

Example Prompts

"Add error handling"
"Convert to async/await"
"Add TypeScript types"
"Optimize this loop"
"Add null checks"
"Refactor into smaller functions"