Method 1: Direct Installation (Try This First)
- Search for CodeAnt AI Extension:
- Press
Ctrl+Shift+X
(Windows/Linux) orCmd+Shift+X
(Mac) to open Extensions view - Search for “CodeAnt AI” in the marketplace
- If the extension appears, click “Install” and skip to the verification section below
- Press
Method 2: Configure Marketplace Settings (If Extension Not Found)
If the CodeAnt AI extension doesn’t appear in search results, you may need to configure the marketplace URLs:-
Open Cursor Settings:
- Press
Ctrl+,
(Windows/Linux) orCmd+,
(Mac) to open Settings - Or go to File → Preferences → Settings
- You can also try
Ctrl+Shift+P
/Cmd+Shift+P
and search for “Preferences: Open Settings”
- Press
-
Configure Marketplace URLs:
Option A - Through Settings UI:
- In the settings search bar, type “marketplace”
- Look for marketplace-related settings
- If available, update the following:
- Extension Gallery Service URL:
https://marketplace.visualstudio.com/_apis/public/gallery
- Gallery Item URL:
https://marketplace.visualstudio.com/items
- Extension Gallery Service URL:
- Open Command Palette (
Ctrl+Shift+P
/Cmd+Shift+P
) - Type “Preferences: Open Settings (JSON)”
- Add these lines to your settings.json:
-
Restart Cursor:
- After updating the marketplace settings, restart Cursor completely
- Close all Cursor windows
- Reopen Cursor
- Alternatively, use Command Palette → “Developer: Reload Window”
-
Install CodeAnt AI Extension:
- After restart, open Extensions view (
Ctrl+Shift+X
/Cmd+Shift+X
) - Search for “CodeAnt AI”
- The extension should now appear in search results
- Click “Install” on the CodeAnt AI extension
- After restart, open Extensions view (
Method 3: Manual Installation (Alternative)
If the above methods don’t work, you can try manual installation:-
Download from Marketplace:
- Visit CodeAnt AI on VS Code Marketplace
- Click “Download Extension” to get the .vsix file
-
Install VSIX in Cursor:
- Open Command Palette (
Ctrl+Shift+P
/Cmd+Shift+P
) - Type “Extensions: Install from VSIX…”
- Select the downloaded .vsix file
- Follow the prompts to complete installation
- Open Command Palette (
Verify Installation
After installation, verify the extension is active:-
Check Extensions List:
- Open Extensions view (
Ctrl+Shift+X
/Cmd+Shift+X
) - Confirm CodeAnt AI appears in your installed extensions list
- The extension should show as “Enabled”
- Open Extensions view (
-
Verify Command Palette:
- Open Command Palette (
Ctrl+Shift+P
/Cmd+Shift+P
) - Type “CodeAnt” to see available CodeAnt AI commands
- Open Command Palette (
-
Check Extension Features:
- The extension should now be ready to review your local changes against the main branch
- Look for CodeAnt AI icons or options in your editor
Troubleshooting
If you encounter issues:-
Extension Not Found:
- Ensure Cursor is connected to the internet
- Check if you’re behind a proxy that might block marketplace access
- Try the manual VSIX installation method
-
Settings Not Available:
- Cursor’s marketplace settings might be in a different location
- Try searching for “extension”, “gallery”, or “registry” in settings
- Check Cursor’s documentation for specific marketplace configuration
-
Installation Fails:
- Ensure you have the latest version of Cursor
- Try clearing Cursor’s extension cache
- Restart Cursor and try again
-
Extension Not Working:
- Check the Output panel (View → Output) for any error messages
- Select “CodeAnt AI” from the dropdown to see extension-specific logs
- Ensure all required permissions are granted