When I click on a code displayed in Quick Preview window (appears when Ctrl+click has multiple results), it always takes me to the beginning of the file instead of where the reference is used.
Have verified this bug in both Typescript and Python files.
This not a bug by the way.
It’s a shortcut conflict that is not the one you are used to.
This is called ‘Peek Definition’ in VSCode, you can search for it in Keyboard Shortcuts.
if you want the normal Ctrl + Click, and want go to Definition immediately, you can search for ‘Show Definition Preview Hover’ and set it to Ctrl
There’s no problem in the video still, because it’s a preview, so you can’t click on a specific function in the preview, you just look at it, and if you double clicked you will navigate to that file/function previewed previously.
The functionality you expect is in Visual Studio I think, not VSCode.