Programming, Life-style, Random

Run a IntelliJ/Android Studio configuration with a shortcut

If you are like me, you have a few “Run configurations” when you develop an app:

  • Run the app
  • Run the tests
  • Run the static analysis
  • Run the UI tests

You can generally only run the latest one using a keyboard shortcut. I found an IJ/AS plugin that lets you associate a shortcut to any existing Run Configuration!

Bonus point: you can also find the Run Configurations with Ctrl+Shift+A (Cmd+Shift+A on Mac) now 😉

Check out the plugin here https://plugins.jetbrains.com/plugin/9448-run-configuration-as-action

Enjoy ✌️

,

0 responses to “Run a IntelliJ/Android Studio configuration with a shortcut”

Go to top