-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMD+ALT+Click on a symbol opens the source file with the symbol twice in two separate editors #232725
Comments
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.95.0. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! |
Still happens in 1.95.0 Also checked with the clangd extension developers, as their extension makes C header files clickable in the first place and it turned out to only happen when clicking header files. It works correctly when clicking other symbols. Say believe that this is a VSCode issue. |
Okay, the source of the problem is known:
|
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines. Happy Coding! |
Where is that duplicate? Why don't you link it, if it exists? I cannot find any duplicate and it's a bold claim that this is a duplicate, yet not providing any evidence for it or any way for people to check if that is really the case. This is very unprofessional. Professional bug tracking means you only close something as duplicate after providing a link to the duplicate and allow the reporter of the issue to verify that it really is a duplicate and not just a similar, yet unrelated issue. |
Steps to Reproduce:
Expected behavior:
The editor to the right now shows file C where the clicked symbol is located. Alternatively a 3rd editor opens that shows file C and the editor in the middle still shows file B. Both could be expected, yet I would expect the first one to happen.
Actual behavior:
The editor to the right now shows file C where the clicked symbol is located but another editor is also opened and this editor also shows file C.
Screenshots:
Initial situation:
I hold CMD+ALT and click on
em_asm.h
and this is what I get:Note how the editor to the right changes to a different file but also note there is also a third editor that also shows that file.
The text was updated successfully, but these errors were encountered: