-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add keybindings for Run and Debug #81
Comments
run | debug
commands
Thanks for reporting, I think this is closely related to #72 but not necessarily the same. I think this would be super useful to have. |
You should be able to run the current file using F5 in Vs Code currently (if no launch json is specified, but it can also be invoked manually), it will make you choose a main class if there is more than one. I think that's the best experience we can offer here. One improvement would be to also try to figure out which code lense are closer to the code lense, but I think choosing the main class to run is rather a small price. |
Also, you can invoke a command |
Is your feature request related to a problem? Please describe.
Currently can only initiate the
run | debug
commands using the links that get created directly above the application. A bit of a pain to always have to scroll up and use the mouse to launch run or debug.Describe the solution you'd like
It would be great to be able to add keybindings to the feature.
Search terms:
keyboard run debug keybinding
The text was updated successfully, but these errors were encountered: