Documentation
DocsFast Apply
Fast Apply
Review and apply AI-generated code changes line by line. Stay in control of every change.
How It Works
When the AI suggests code changes, Fast Apply shows you a diff view where you can accept or reject each chunk individually.
const data = fetch(url);
- console.log(data);
+ const result = await data.json();
+ console.log(result);
Controls
Accept All
Apply all suggested changes at once.
Reject All
Discard all changes and keep original.
Chunk by Chunk
Review each change individually using the ✓/✗ buttons.
Rollback
Changes not quite right? Rollback instantly.
Keyboard Shortcuts
Ctrl+Enter— Accept all changesEscape— Reject all changesTab— Move to next chunk