ide.md +8 −9
1# Codex IDE extension1# Codex IDE extension
2 2
3Pair with Codex in your IDE
4
5Codex is OpenAI's coding agent that can read, edit, and run code. It helps you build faster, squash bugs, and understand unfamiliar code. With the Codex VS Code extension, you can use Codex side by side in your IDE or delegate tasks to Codex Cloud.3Codex is OpenAI's coding agent that can read, edit, and run code. It helps you build faster, squash bugs, and understand unfamiliar code. With the Codex VS Code extension, you can use Codex side by side in your IDE or delegate tasks to Codex Cloud.
6 4
7ChatGPT Plus, Pro, Business, Edu, and Enterprise plans include Codex. Learn more about [what's included](https://developers.openai.com/codex/pricing).5ChatGPT Plus, Pro, Business, Edu, and Enterprise plans include Codex. Learn more about [what's included](https://developers.openai.com/codex/pricing).
22is experimental. For the best Windows experience, use Codex in a WSL workspace20is experimental. For the best Windows experience, use Codex in a WSL workspace
23and follow our [Windows setup guide](https://developers.openai.com/codex/windows).21and follow our [Windows setup guide](https://developers.openai.com/codex/windows).
24 22
2523After you install it, you’ll find the extension in your left sidebar next to your other extensions.After you install it, you'll find Codex in your editor sidebar.
24In VS Code, Codex opens in the right sidebar by default.
26If you're using VS Code, restart the editor if you don't see Codex right away.25If you're using VS Code, restart the editor if you don't see Codex right away.
27 26
28If you're using Cursor, the activity bar displays horizontally by default. Collapsed items can hide Codex, so you can pin it and reorganize the order of the extensions.27If you're using Cursor, the activity bar displays horizontally by default. Collapsed items can hide Codex, so you can pin it and reorganize the order of the extensions.
37 36
38### Move Codex to the right sidebar37### Move Codex to the right sidebar
39 38
4039In VS Code, you can drag the Codex icon to the right of your editor to move it to the right sidebar.In VS Code, Codex appears in the right sidebar automatically.
40If you prefer it in the primary (left) sidebar, drag the Codex icon back to the left activity bar.
41 41
4242In some IDEs, like Cursor, you may need to temporarily change the activity bar orientation first:In VS Code forks like Cursor, you may need to move Codex to the right sidebar manually.
43To do that, you may need to temporarily change the activity bar orientation first:
43 44
441. Open your editor settings and search for `activity bar` (in Workbench settings).451. Open your editor settings and search for `activity bar` (in Workbench settings).
452. Change the orientation to `vertical`.462. Change the orientation to `vertical`.
50Now drag the Codex icon to the right sidebar (for example, next to your Cursor chat). Codex appears as another tab in the sidebar.51Now drag the Codex icon to the right sidebar (for example, next to your Cursor chat). Codex appears as another tab in the sidebar.
51 52
52After you move it, reset the activity bar orientation to `horizontal` to restore the default behavior.53After you move it, reset the activity bar orientation to `horizontal` to restore the default behavior.
54If you change your mind later, you can drag Codex back to the primary (left) sidebar at any time.
53 55
54### Sign in56### Sign in
55 57
66To see all available commands and bind them as keyboard shortcuts, select the settings icon in the Codex chat and select **Keyboard shortcuts**.68To see all available commands and bind them as keyboard shortcuts, select the settings icon in the Codex chat and select **Keyboard shortcuts**.
67You can also refer to the [Codex IDE extension commands](https://developers.openai.com/codex/ide/commands) page.69You can also refer to the [Codex IDE extension commands](https://developers.openai.com/codex/ide/commands) page.
68For a list of supported slash commands, see [Codex IDE extension slash commands](https://developers.openai.com/codex/ide/slash-commands).70For a list of supported slash commands, see [Codex IDE extension slash commands](https://developers.openai.com/codex/ide/slash-commands).
71If you're new to Codex, read the [best practices guide](https://developers.openai.com/codex/learn/best-practices).
69 72
70---73---
71 74
90Use slash commands to control how Codex behaves and quickly change common settings from chat.](https://developers.openai.com/codex/ide/slash-commands)[### Extension settings93Use slash commands to control how Codex behaves and quickly change common settings from chat.](https://developers.openai.com/codex/ide/slash-commands)[### Extension settings
91 94
92Tune Codex to your workflow with editor settings for models, approvals, and other defaults.](https://developers.openai.com/codex/ide/settings)95Tune Codex to your workflow with editor settings for models, approvals, and other defaults.](https://developers.openai.com/codex/ide/settings)
93
94[Next
95
96Features](https://developers.openai.com/codex/ide/features)