getcursor / cursor

The AI-powered code editor
https://cursor.sh
20.58k stars 1.38k forks source link

does cursor will support install Codeium tool which is like Copilot but free #342

Closed CuteSmartTiger closed 1 year ago

CuteSmartTiger commented 1 year ago

https://codeium.com/

sunray-ley commented 1 year ago

I think it would be appropriate for Cursor to open the plug-in system in the later stage and allow the community to implement various plug-ins on its own, so that you can have Codeium, TabNine, and Barbara. :)

danperks commented 1 year ago

With v0.2.0 and upwards, Cursor supports .vsix files, which are VSCode extension files. If you want to install Codeium and it's not available in the extension list, you can download it from the Version History tab of the VSCode extensions website and drag the file into Cursor to install it: https://marketplace.visualstudio.com/items?itemName=Codeium.codeium As this is likely to solve your problem, I'll close the issue to keep things clean 🧹 😄