Installing Extensions from the Marketplace
Open the Extensions panel with Ctrl+Shift+X (Cmd+Shift+X on macOS) and search for any extension. The marketplace is the same one used by VS Code — same extensions, same versions, same publishers. Click Install and the extension activates immediately. Extensions that require a reload display a notification, just as in VS Code. You can also install extensions from the command line using cursor --install-extension publisher.extension-name.
Cursor supports the full range of extension types: language servers (TypeScript, Python, Java, Go, Rust, C++), linters and formatters (ESLint, Prettier, Black, gofmt), debuggers (Chrome DevTools, Python debugger, LLDB), source control extensions (GitLens, Git Graph), container tools (Docker, Dev Containers), and themes and icon packs. According to the VS Code extension marketplace documentation, over 40,000 extensions are available — all compatible with Cursor.