Installing PostQode
PostQode is a VS Code extension that brings AI-powered coding assistance directly to your editor. Install using one of these methods:
- VS Code Marketplace (Recommended) - fastest method for standard VS Code users
- Cursor Marketplace - recommended way for Cursor users
- Open VSX Registry - for VS Code-compatible editors like VSCodium or Windsurf
- Manual Installation from VSIX - install directly from downloaded VSIX file
VS Code Marketplace
If you already have VS Code installed: Click here to install PostQode
alternatively, you can:
- Open VS Code
- Access Extensions: Click the Extensions icon in the Side Bar or press
Ctrl+Shift+X(Windows/Linux) orCmd+Shift+X(macOS) - Search for "PostQode"
- Select "PostQode" by PostQode and click Install
- Press Ctrl+Shift+P (or Cmd+Shift+P on Mac), type Reload Window in the search bar, and press Enter to reload VS Code.
After installation, find the PostQode icon () in the Side Bar to open the PostQode panel.
VS Code marketplace with PostQode extension ready to install
Cursor Marketplace
If you already have Cursor installed: Click here to install PostQode
alternatively, you can:
- Open Cursor
- Access Extensions: Click the Extensions icon in the Side Bar or press
Ctrl+Shift+X(Windows/Linux) orCmd+Shift+X(macOS) - Search for "PostQode"
- Select "PostQode" by PostQode and click Install
- Press Ctrl+Shift+P (or Cmd+Shift+P on Mac), type Reload Window in the search bar, and press Enter to reload Cursor.
After installation, find the PostQode icon () in the Side Bar to open the PostQode panel.
Open VSX Registry
Open VSX Registry is an open-source alternative to the VS Code Marketplace for VS Code-compatible editors that cannot access the official marketplace due to licensing restrictions.
For VS Code-compatible editors like VSCodium, Gitpod, Eclipse Theia, and Windsurf, you can browse and install directly from the PostQode page on Open VSX Registry.
- Open your editor
- Access the Extensions view (Side Bar icon or
Ctrl+Shift+X/Cmd+Shift+X) - Your editor should be pre-configured to use Open VSX Registry
- Search for "PostQode"
- Select "PostQode" and click Install
If your editor isn't automatically configured for Open VSX Registry, you may need to set it as your extension marketplace in settings. Consult your specific editor's documentation for instructions.
Manual Installation from VSIX
If you prefer to download and install the VSIX file directly:
-
Download the VSIX file:
- From Open VSX Registry - click the "Download" button to get the
.vsixfile
- From Open VSX Registry - click the "Download" button to get the
-
Install in VS Code:
- Open VS Code
- Access Extensions view
- Click the "..." menu in the Extensions view
- Select "Install from VSIX..."
- Browse to and select your downloaded
.vsixfile
Installing PostQode using VS Code's "Install from VSIX" dialog
Troubleshooting
Extension Not Visible
- Restart VS Code
- Verify PostQode is listed and enabled in Extensions
- Try disabling and re-enabling the extension in Extensions
- Check Output panel for errors (View → Output, select "PostQode")
Installation Problems
- Ensure stable internet connection
- Verify VS Code version 1.84.0 or later
- If VS Code Marketplace is inaccessible, try the Open VSX Registry method