The active text editor does not provide symbol information

Hi, thanks for reporting an issue with Cursor.

Before you report this, we’d appreciate if you can search this forum to see if this issue has already been reported.

If you have done so, please check this box.
on

Describe the Bug

I’ve been consistently using Cursor’s code navigation features, specifically “Find Symbol” and “Find Reference,” without any issues. However, yesterday, these features suddenly stopped working in one of my Python projects, even after restarting Cursor. Interestingly, the code navigation functionality is still working correctly in my other Python projects.

Steps to Reproduce

I can’t reproduce.

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 0.44.8
VSCode Version: 1.93.1
Commit: f3b5a63019e4e2283033b4db987a35f8413c7570
Date: 2024-12-22T05:48:08.427Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 22.6.0

Additional Information

No

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, to start, try restarting the server: use the Command Palette Ctrl + Shift + P or CMD + Shift + P and run the command "Python: Restart Language Server".

If that doesn’t help, try clearing the cache by deleting the folder at:

  • Windows: %UserProfile%\AppData\Roaming\Cursor\Cache
  • Mac: ~/Library/Application Support/Cursor/Cache

I hope this fixes the issue.

Thanks for the suggestions, but I’ve tried both methods and the problem still isn’t solved. I’m wondering if the language server might be the cause of the issue?

Try the solution suggested here: