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.
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:
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?