Inline Chat
Inline Chat lets you ask questions and get code modifications without leaving your current file.
Starting a Chat
Section titled “Starting a Chat”Press Ctrl+I / Cmd+I to open the inline chat panel at your cursor position.
Example Prompts
Section titled “Example Prompts”- “Add null checks to this method”
- “Convert this to async/await”
- “Explain what this code does”
- “Write unit tests for this class”
Applying Changes
Section titled “Applying Changes”The AI shows a diff preview. Click Accept to apply changes or Dismiss to cancel.