CodeContinue with Inline edit
Pre-release
Pre-release
🚀 New Features
- Inline Edit / Refactor (Ctrl+K style): You can now quickly refactor code right in your editor! Select a block of code, right-click, and choose CodeContinue: Edit Selection to instantly rewrite your code based on a custom instruction.
- Anthropic / Messages API Support: You can now use Anthropic's Claude models seamlessly. Just configure an Anthropic endpoint (e.g.,
https://api.anthropic.com/v1/messages), an Anthropic model, and your API key in the plugin settings.
✨ Enhancements
- Upgraded Chat UI: The selection chat view has been upgraded with richer Markdown formatting. It now uses proper Markdown headers, language-specific code blocks for the selected code, and visual separators (
---) for a much cleaner and readable conversation flow.
Questions or issues? Feel free to open an issue here.