You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @sharwell , I didn't know how else to contact you but I thought you may be able to assist as you have been very helpful in the past.
I want to write a Visual Studio extension similar to your mouse extension. I want to override ctrl + click to execute "GoToImplementation" instead of "GoToDec"
I can only find the following commands in VSConstants.cs
GotoDefn : Go to Definition
GotoDecl: Go to Declaration
GoToImplementation is no where to be found as it appears to be some kind of extension (as it shows a drop down menu instead).
After some digging I have found
GoToImplementationCommandArgs and GoToImplementationCommandHandler however I cannot find any source code or example of how to manually execute this in a manor similar to how you do it here:
I appreciate you are busy and this is not the best place to ask, however could you assist pointing me in the right direction? I would like to publish this as an extension to help the community as it has been requested many times.
Hi @sharwell , I didn't know how else to contact you but I thought you may be able to assist as you have been very helpful in the past.
I want to write a Visual Studio extension similar to your mouse extension. I want to override ctrl + click to execute "GoToImplementation" instead of "GoToDec"
I can only find the following commands in VSConstants.cs
GotoDefn : Go to Definition
GotoDecl: Go to Declaration
GoToImplementation is no where to be found as it appears to be some kind of extension (as it shows a drop down menu instead).
After some digging I have found
GoToImplementationCommandArgs and GoToImplementationCommandHandler however I cannot find any source code or example of how to manually execute this in a manor similar to how you do it here:
I appreciate you are busy and this is not the best place to ask, however could you assist pointing me in the right direction? I would like to publish this as an extension to help the community as it has been requested many times.
https://resharper-support.jetbrains.com/hc/en-us/community/posts/115000490890-Why-doesn-t-ctrl-left-click-go-straight-to-implementation-instead-of-interface-definition-
Thank you for your time
The text was updated successfully, but these errors were encountered: