|
|
@@ -4,12 +4,13 @@ sidebar_label: Installing Kilo Code
|
|
|
|
|
|
# Installing Kilo Code
|
|
|
|
|
|
-Kilo Code is a VS Code extension that brings AI-powered coding assistance directly to your editor. Install using one of these methods:
|
|
|
+Kilo Code brings AI-powered coding assistance directly to your editor. Install using one of these methods:
|
|
|
|
|
|
- [**VS Code Marketplace (Recommended)**](#vs-code-marketplace) - fastest method for standard VS Code users
|
|
|
- [**Cursor Marketplace**](#cursor-marketplace) - recommended way for Cursor users
|
|
|
- [**Open VSX Registry**](#open-vsx-registry) - for VS Code-compatible editors like VSCodium or Windsurf
|
|
|
- [**Manually install the .vsix file**](#manual-installation-from-vsix) - direct installation from the GitHub Release
|
|
|
+- [**JetBrains IDEs**](#jetbrains-ides) - for IntelliJ IDEA, WebStorm, PyCharm, Android Studio, and other JetBrains IDEs
|
|
|
|
|
|
## VS Code Marketplace
|
|
|
|
|
|
@@ -86,6 +87,55 @@ If you prefer to download and install the VSIX file directly:
|
|
|
<img src="/docs/img/installing/installing-2.png" alt="VS Code's Install from VSIX dialog" width="400" />
|
|
|
*Installing Kilo Code using VS Code's "Install from VSIX" dialog*
|
|
|
|
|
|
+## JetBrains IDEs
|
|
|
+
|
|
|
+Kilo Code is also available as a plugin for JetBrains IDEs including IntelliJ IDEA, WebStorm, PyCharm, Android Studio, PhpStorm, RubyMine, CLion, GoLand, DataGrip, and Rider.
|
|
|
+
|
|
|
+### Prerequisites
|
|
|
+
|
|
|
+Before installing the Kilo Code plugin, ensure you have:
|
|
|
+
|
|
|
+1. **JetBrains Toolbox (Recommended):**
|
|
|
+
|
|
|
+ - Download from [https://www.jetbrains.com/toolbox-app/](https://www.jetbrains.com/toolbox-app/)
|
|
|
+ - Toolbox is required for authentication callbacks to work properly
|
|
|
+ - Without Toolbox, you'll need to manually configure API keys
|
|
|
+
|
|
|
+2. **Node.js:**
|
|
|
+ - Download LTS version from [https://nodejs.org/](https://nodejs.org/)
|
|
|
+ - Required for the extension's backend services
|
|
|
+
|
|
|
+### Installation Steps
|
|
|
+
|
|
|
+1. **Open your JetBrains IDE**
|
|
|
+
|
|
|
+2. **Access Plugin Settings:**
|
|
|
+
|
|
|
+ - **Windows/Linux:** File → Settings → Plugins
|
|
|
+ - **macOS:** [IDE Name] → Settings → Plugins
|
|
|
+
|
|
|
+3. **Search for Kilo Code:**
|
|
|
+
|
|
|
+ - Click the "Marketplace" tab
|
|
|
+ - Search for "Kilo Code"
|
|
|
+
|
|
|
+4. **Install the Plugin:**
|
|
|
+
|
|
|
+ - Click **Install** on the Kilo Code plugin
|
|
|
+ - Accept any required permissions
|
|
|
+
|
|
|
+5. **Restart your IDE:**
|
|
|
+
|
|
|
+ - Restart when prompted to complete the installation, if needed
|
|
|
+
|
|
|
+6. **Find Kilo Code:**
|
|
|
+ - Look for the Kilo Code icon in the right sidebar
|
|
|
+ - Click to open the Kilo Code panel
|
|
|
+
|
|
|
+### Troubleshooting JetBrains Installation
|
|
|
+
|
|
|
+For JetBrains-specific issues such as JCEF problems, authentication failures, or Node.js configuration, see the [JetBrains Troubleshooting Guide](/docs/jetbrains-troubleshooting).
|
|
|
+
|
|
|
## Troubleshooting
|
|
|
|
|
|
**Extension Not Visible**
|