How to combine several run configurations in IntelliJ together?

The previously accepted answer does not work for running multiple servers or any scripts which do not terminate. However, now you can use the Compound run configuration to execute multiple non-terminating servers simultaneously. It looks like this: Steps to get it working: Create the individual run configurations Create a new compound configuration Choose the desired …

Read more

What is the IntelliJ IDEA’s Keymap’s abbreviation feature useful for?

According to Andrey Dernov from JetBrains Support: You use abbreviation added in keymap for quick search an action when “Search everywhere” (double Shift). After adding “foobar” abbreviation to Git annotation command. I can find the abbreviation and invoke the command with double Shift. Unfortunately, the functionality does not support partial entry. I personally find Shift-⌘-A …

Read more