What happen to CTRL Click function to go to it

On earlier versions of cursor when I press CTRL and click a function, it used to take me to that function. Now it doesn’t work. How do I get that back? I used this in python files and js files.

Thanks for the help!

Press F12 on the function to take you to the def
Shift-F12 for a list of sentences referencing that function

1 Like