Overview Version History Q & A Rating & Review
Chysta Code
دستیار هوشمند برنامهنویسی چیستا برای VS Code
Chat with your codebase, edit code with natural language, and let the agent make changes — powered by the Chysta platform.
Features
Chat — ask about your code with full codebase context (Ctrl/Cmd+L adds the current selection)
Inline edit — select code, press Ctrl/Cmd+I, describe the change, review the diff
Agent mode — multi-step tasks: reading files, editing, running commands (with your permission)
Codebase-aware — local indexing and search; reference files with @
Quick actions — explain code, generate tests, write docstrings, fix and optimize, right from the editor context menu
Getting started
Install the extension and open the Chysta icon in the activity bar.
Click Sign In — your browser opens to approve the sign-in with your Chysta account.
Start chatting, or select code and press Ctrl/Cmd+I to edit.
New to Chysta? Create an account at chysta.com .
Keyboard shortcuts
Shortcut
Action
Ctrl/Cmd+L
Add selection to chat & focus
Ctrl/Cmd+I
Edit selection with natural language
Shift+Ctrl/Cmd+Enter
Accept a streamed diff
Shift+Ctrl/Cmd+Backspace
Reject a streamed diff
Settings
Setting
Purpose
chysta.backendUrl
Chysta backend URL (default https://api.chysta.com)
chysta.enableTabAutocomplete
Toggle tab autocomplete
Privacy
All AI requests go exclusively to the Chysta backend over your authenticated
session — no third-party AI provider is contacted from your machine. Codebase
indexing runs entirely locally.
Based on the open-source Continue project (Apache-2.0).