Cursor 无法再安装微软的 C/C++ 插件了,有什么替代方案?

75 天前
 villivateur

前两天发现安装 C/C++ 插件失败,提示版本不兼容。似乎微软不让 Cursor 用了。我试了 Anysphere 的 C/C++,但是效果差一大截。

C/C++ 插件重度使用者,有什么好方案吗?

2284 次点击
所在节点    Cursor
7 条回复
weiweiwitch
75 天前
再另一个 ide 看代码?我 kotlin 加 gradle 的工程也是死活加载不了。现在就只用 cursor 的 agent 帮我改代码,然后在 idea 里面看代码。
nziu
75 天前
clangd+CodeLLDB
thfurior
75 天前
我在 vs code 上用插件看代码调试,cursor 上只要求能编译过就行,互相切
xfn
75 天前
clangd 。就算在 vscode 里我也不用微软的 c++插件,大型项目奇慢
lisongeee
75 天前
似乎微软不让 Cursor 用了 ❎

Cursor 白嫖并违反微软的许可证 ✔️
zhoukevin233
70 天前
用 clangd+MSVC+ninja
RuifuSu
63 天前
正好研究过这个问题,按下面这个步骤操作即可

1. 如果 Cursor 已经安装新版本 C++插件,打开 Cursor 卸载 C++插件。
2. 打开 C++插件 1.23.5 Release 页面。https://github.com/microsoft/vscode-cpptools/releases/tag/v1.23.5
3. 下载对应版本。[Windows 64 下载]( https://github.com/microsoft/vscode-cpptools/releases/download/v1.23.5/cpptools-windows-x64.vsix )
4. Open Cursor and press Ctrl + Shift + P to open the command palette.
5. Search for "Install from VSIX" and select it.
6. Browse to the downloaded VSIX file and install it.
7. Wait for the installation to complete (may take about a minute).
8. Enjoy!!

参考链接: https://github.com/cursor/cursor/issues/2976#issuecomment-2788954138

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1141855

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX