docs/users/integration-jetbrains.md
JetBrains IDEs provide native support for AI coding assistants through the Agent Client Protocol (ACP). This integration allows you to use Qwen Code directly within your JetBrains IDE with real-time code suggestions.
Install Qwen Code CLI:
npm install -g @qwen-code/qwen-code
Open your JetBrains IDE and navigate to AI Chat tool window.
Click Add ACP Agent, then click Install.
For users using JetBrains AI Assistant and/or other ACP agents, click Install From ACP Registry in Agents List, then install Qwen Code ACP.
The Qwen Code agent should now be available in the AI Assistant panel.
Install Qwen Code CLI:
npm install -g @qwen-code/qwen-code
Open your JetBrains IDE and navigate to AI Chat tool window.
Click the 3-dot menu in the upper-right corner and select Configure ACP Agent and configure Qwen Code with the following settings:
{
"agent_servers": {
"qwen": {
"command": "/path/to/qwen",
"args": ["--acp"],
"env": {}
}
}
}
qwen --version in terminal to verify installationqwen in terminal