Understand the integration
The IDE integration is a thin bridge between your editor and the full 100xprompt agent. Your editor supplies quick-launch shortcuts and one-click context sharing. 100xprompt does the work - reading your codebase, editing files, running commands, and connecting to your tools. Everything runs against the project folder you already have open.The integration connects 100xprompt to the workspace you have open. Changes it makes land in your real files, so you review and stage them just like any other edit.
Check your editor is supported
100xprompt integrates with popular editors two ways: an extension for the VS Code family, and a built-in agent connection for Zed.- VS Code
- Cursor
- Windsurf
- VSCodium
- Zed
Full extension support: quick-launch shortcuts, a toolbar button, and one-keystroke file references. Also works with Visual Studio Code - Insiders.
For the VS Code family (VS Code, VS Code - Insiders, Cursor, Windsurf, and VSCodium), the extension is published as 100XPrompt. In Zed, it appears as an agent server named 100xPrompt.
Before you start
The IDE integration drives the 100xprompt agent, so you need the CLI on your system first.Install 100xprompt
Make sure the
100xprompt command works in your terminal. If you haven’t installed it yet, follow the quickstart.Install and connect
Suppose you have the CLI installed and your project open. Connecting the editor takes one run of100xprompt in the VS Code family, or a single add in Zed.
- VS Code family
- Zed
Works for VS Code, VS Code - Insiders, Cursor, Windsurf, and VSCodium.
Run 100xprompt from the built-in terminal
Open your editor’s integrated terminal and run:When 100xprompt detects it’s running inside a supported editor, it offers to install the matching extension for you.
Accept the extension install
Confirm the prompt and 100xprompt installs the extension into your editor. If it’s already installed, it simply continues.
Launch with a shortcut
Press the quick-launch shortcut to open 100xprompt in a split view. It focuses an existing session if one is already running:
You can also click the 100XPrompt button in the editor’s title bar.
| Action | macOS | Windows / Linux |
|---|---|---|
| Open 100xprompt | Cmd + Esc | Ctrl + Esc |
| Open a new session | Cmd + Shift + Esc | Ctrl + Shift + Esc |
Once connected, launching 100xprompt opens it against your current project - the same agent you’d get in the terminal, now one keystroke away inside your editor.
Work from your editor
Everything 100xprompt does elsewhere works here. The editor makes it faster to reach and richer with context.| Capability | What it means in your editor |
|---|---|
| Quick launch | Open or focus 100xprompt with a keystroke or a title-bar button. |
| New session on demand | Start a fresh session even while another is open. |
| Share your current view | Your active selection or open tab is shared automatically as context. |
| File & line references | Insert precise references like @File#L37-42 with a shortcut. |
| Full agent capabilities | Read and edit code, run commands, and use your Agents, Skills, Plugins, and MCP connections. |
Reference a file and line inline
Suppose you want the agent to look at exactly one range of code. While typing a prompt, drop in a file-and-line reference so 100xprompt knows precisely what you mean.- macOS
- Windows / Linux
Press
Cmd + Option + K to insert a reference to the current file or selection, for example @File#L37-42.Good to know
Do I need to install anything separately?
Do I need to install anything separately?
You need the 100xprompt CLI on your system. In the VS Code family, running
100xprompt in the integrated terminal offers to install the editor extension for you. In Zed, the connection is built in - just add 100xprompt from the Agent Panel.Can I run more than one session?
Can I run more than one session?
Yes. The quick-launch shortcut focuses your existing session, and the “new session” shortcut starts an additional one so you can work on separate threads side by side.
Where do edits show up?
Where do edits show up?
Directly in your open files. Review and stage them with your editor’s normal source-control tools, just like any change you’d make yourself.
Are my Agents, Skills, and MCP connections available?
Are my Agents, Skills, and MCP connections available?
Yes. The editor integration runs the same 100xprompt agent as the terminal, so your configured Agents, Skills, Plugins, Memory, and MCP connections all come along.
Related
- Terminal: the full 100xprompt experience in your terminal.
- Web: use the same agent from your browser.
- Quickstart: install 100xprompt and run your first session.
Terminal
The full 100xprompt experience in your terminal.
Web
Use 100xprompt from your browser.
Quickstart
Install 100xprompt and run your first session.