docs: restore 'open Cline in right sidebar' guide as section of IDE usage page (#12771)

This commit is contained in:
Saoud Rizwan
2026-07-30 17:43:58 -07:00
committed by GitHub
parent 09aec528d0
commit 1cf19304f4
3 changed files with 46 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ Thanks to [Claude Sonnet's agentic coding capabilities](https://www.anthropic.c
4. When a task is completed, Cline will present the result to you with a terminal command like `open -a "Google Chrome" index.html`, which you run with a click of a button.
> [!TIP]
> Follow [this guide](https://docs.cline.bot/features/customization/opening-cline-in-sidebar) to open Cline on the right side of your editor. This lets you use Cline side-by-side with your file explorer, and see how he changes your workspace more clearly.
> Follow [this guide](https://docs.cline.bot/usage/ide#move-cline-to-the-right-sidebar) to open Cline on the right side of your editor. This lets you use Cline side-by-side with your file explorer, and see how he changes your workspace more clearly.
---
+1 -1
View File
@@ -632,7 +632,7 @@
},
{
"source": "/features/customization/opening-cline-in-sidebar",
"destination": "/getting-started/installing-cline"
"destination": "/usage/ide#move-cline-to-the-right-sidebar"
},
{
"source": "/prompting/prompt-engineering-guide/clineignore-file-guide",
+44
View File
@@ -65,6 +65,50 @@ The Cline panel is a chat interface where you communicate with Cline. You need t
</Tab>
</Tabs>
### Move Cline to the Right Sidebar
This step is optional, but recommended. By default, Cline opens in the left sidebar, replacing your file explorer. Moving Cline to the right sidebar lets you keep your project files visible on the left while chatting with Cline on the right, so you can watch your workspace change as Cline works. (JetBrains already opens Cline on the right, so no setup is needed there.)
<Tabs>
<Tab title="VS Code / Windsurf">
<Steps>
<Step title="Open the secondary sidebar">
Click the button in the top-right of the editor that toggles the right side panel (typically used for GitHub Copilot chat), or use the `Option/Alt + Cmd/Ctrl + B` shortcut.
</Step>
<Step title="Drag the Cline icon">
Drag the Cline icon from the Activity Bar on the left over to the top of the right panel.
</Step>
</Steps>
<Frame>
<img
src="https://storage.googleapis.com/cline_public_images/vscode_right_view.gif"
alt="Moving Cline to the right sidebar in VS Code"
/>
</Frame>
</Tab>
<Tab title="Cursor">
<Steps>
<Step title="Switch to a vertical Activity Bar">
Cursor uses a horizontal activity bar by default ([details](https://cursor.com/docs/configuration/migrations/vscode#activity-bar-orientation)). To switch to vertical, open Settings (`Cmd/Ctrl + Shift + P` → "Preferences: Open Settings (UI)"), search for `workbench.activityBar.orientation`, set it to `vertical`, and restart Cursor.
</Step>
<Step title="Open the AI Pane">
Click the Cursor cube icon in the top-right that opens Cursor's agent panel on the right.
</Step>
<Step title="Drag Cline into the AI Pane">
Drag the Cline icon from the Activity Bar directly into the AI Pane sidebar.
</Step>
</Steps>
<Frame>
<img
src="https://storage.googleapis.com/cline_public_images/Cursor-sidebar.gif"
alt="Moving Cline to the right sidebar in Cursor"
/>
</Frame>
</Tab>
</Tabs>
## Step 3: Give Cline a Task
Now you'll tell Cline what to build. You communicate with Cline by typing messages in the text input box, just like a chat app.