A Visual Studio Code extension that integrates CodeArts directly into your development workflow. It adds a quick-launch CodeArts CLI button to the toolbar on the right side of the editor tabs.
Prerequisites
This extension requires the CodeArts CLI to be installed on your system.
Open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
Type "Extensions: Install from VSIX..."
Select the codearts-cli-quick-start-vscode-plugin-1.0.1.vsix file
Features
Quick Launch: Use Cmd+Shift+1 (Mac) / Ctrl+Shift+1 (Windows/Linux) to open CodeArts in a split terminal, or focus an existing terminal if one is already running.
New Session: Use Cmd+Shift+Esc (Mac) / Ctrl+Shift+Esc (Windows/Linux) to start a new terminal session. You can also click the CodeArts button in the editor title bar.
Context Awareness: Automatically share your current selection or tab with CodeArts.
File Reference Shortcuts: Use Cmd+Shift+2 (Mac) / Ctrl+Shift+2 (Windows/Linux) to insert file references (e.g. @src/file.ts#L10-20).