packages/kilo-docs/pages/code-with-ai/features/code-actions.md
Code Actions are a powerful feature of VS Code that provide quick fixes, refactorings, and other code-related suggestions directly within the editor. Kilo Code integrates with this system to offer AI-powered assistance for common coding tasks.
{% callout type="info" %} Code Actions are a VS Code extension feature and are not available in the CLI/TUI. {% /callout %}
The extension provides code actions via the editor context menu and lightbulb:
Cmd+K Cmd+A (Mac) or Ctrl+K Ctrl+A (Windows/Linux).If the Agent Manager is active, code actions route to the current Agent Manager session rather than the sidebar chat. This allows code actions to work seamlessly within multi-session workflows.
The extension also adds code actions to the terminal context menu:
By using Kilo Code's Code Actions, you can quickly get AI-powered assistance directly within your coding workflow. This can save you time and help you write better code.