Ctrl + function name doesnt work, extensions don't work c++, ubuntu

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I am not able to go to the source functions by pressing ctrl + function name, also some library functions are not getting linked.
same thing works fine in vs code.
There are no microsoft c++ extensions showed, can’t install and use them, same works fine in vs code.

Steps to Reproduce

Just run the mentioned version and try opening any c++ project with cmake build on ubuntu 22 system, you will be able to see this issue.

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.6.35
VSCode Version: 1.99.3
Commit: b753cece5c67c47cb5637199a5a5de2b7100c180
Date: 2025-09-19T17:39:38.846Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Linux x64 6.8.0-79-generic

Does this stop you from using Cursor

Yes - Cursor is unusable

Thanks for the report. Can you update to the latest version and try this please?

I am on the latest version, cursor is unusable for c/c++ developments on my ubuntu system, have to resort to using vs code, as microsoft extensions are no more working, and the above issue w.r.t ctrl + func_call still exists

Version: 1.7.33
VSCode Version: 1.99.3
Commit: a84f941711ad680a635c8a3456002833186c4840
Date: 2025-10-03T03:28:06.574Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Linux x64 6.8.0-79-generic

Hi @Sourav_Kumar,

Microsoft C/C++ extensions are not supported in Cursor. You need to use the Anysphere C/C++ extension instead.

To install:

  1. Open Extensions view (Ctrl+Shift+X)

  2. Search for “Anysphere C/C++” or extension ID: anysphere.cpptools

  3. Install it

Can you try this and let me know if the extension installs successfully and whether it resolves your issue?

https://forum.cursor.com/t/c-c-extension-no-longer-working-for-remote-ssh-cannot-debug-remotely/134179/7

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.