-
Notifications
You must be signed in to change notification settings - Fork 646
Go specific contextual menu #275
Comments
Not currently - but see microsoft/vscode#4762. As for the Happy to accept PRs for features like these. |
My only comment on testing, is that in my experience it is better to have tests in a separate package from the package being tested. In this manner you are testing the package in the same way it will be used. I really like the other suggestions and in addition would like |
@lukehoban is that feature now in vscode? It would be really great if we could add a context menu to show interfaces a value/type is implementing. That can be done using guru implements query (we already use guru): https://docs.google.com/document/d/1SLk36YRjjMgKqe490mSRzOPYEDe0Y_WQNRv-EiFYUyw/view#heading=h.15us5y9rxrbh |
@mattetti VS Code now supports that an extension can contribute to the menus. Please see https://code.visualstudio.com/Updates#_extension-authoring. |
Add context menu item for extract method command #275
@mattetti Closing the loop on this. As you know contextual menu is now possible in VS Code.
#277 is tracking this request
We now have commands to generate unit tests
#588 will track this request |
Does VSC extension API support customization of the contextual menu. There are a few things I'd love ot see for instance:
Is that kind of stuff doable, part of the scope and something you're interested in seeing, or is that something that should live as its own extension?
The text was updated successfully, but these errors were encountered: