Question

It seems you can assign a keyboard shortcut to almost everything else, but I can't see an option to do this for run/debug configurations?

The "run configurations" are listed in the drop-down on the IntelliJ toolbar. I'd like to setup a run configuration that can perform two maven tasks sequentially (jetty:stop and then jetty:run if you are interested), and assign a keyboard shortcut to this action.

Any ideas?

Was it helpful?

Solution

Finally! JetBrains has implemented this feature in IntelliJ IDEA v9.

OTHER TIPS

in Idea 8 anyway, you can specify a shortcut to any file menu item- even Maven goals. Try settings- Keymap and look for the Maven goals. You will still probably need two keys. One for each action.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top