Chat with the Chatular AI directly inside VS Code. Generate a token in your Chatular Settings, paste it here, attach files, and let the AI propose edits with full diff approval.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Chat with the Chatular AI directly inside VS Code attach files and let the AI propose edits with full diff approval.
Features
Chat without leaving the editor a dedicated panel in the sidebar.
File-aware attach files, or auto-include the file you're editing as context.
AI-proposed edits review every change as an approve/reject diff before it touches your code, and the file opens as a before/after diff the moment you Accept, so you always see exactly what changed.
Saved threads conversations sync to your Chatular account; resume them here or on the web.
Requirements
A free Chatular account you'll create an API key from it during setup.
Setup
Create an API key. In the Chatular web app, click your profile icon (top right) → Settings → API, give the key a name and click Create key. Copy it.
Install this extension from the VS Code Marketplace.
Open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P) and run Chatular: Set API Token. Paste the key.
Run Chatular: Open Chat and start chatting.
Commands
Command
What it does
Chatular: Open Chat
Opens (or focuses) the chat panel.
Chatular: New Chat
Starts a fresh conversation (the prior thread stays saved to your account).
Chatular: Set API Token
Quick token-entry dialog.
Chatular: Attach File to Chat
Pick a file to send as context.
Chatular: Attach Active Editor to Chat
Send the file you're currently editing as context.
Settings
Setting
Default
Description
chatular.editMode
true
Let the AI propose file edits as approve/reject diffs.
chatular.autoAttachActiveEditor
true
Automatically include the file you're editing as context on every send.
chatular.sendWorkspaceTree
true
Send your workspace file list (paths only) so the AI knows what's there.
Security
Your API token is kept in VS Code's encrypted Secret Storage it never appears in your settings and never enters the chat UI (the extension's background process holds it and forwards only the chat text to the panel). You can revoke a key any time from your profile icon → Settings → API → Revoke; the next request will prompt you for a fresh one.