Is it possible to create a script of multiple actions/tasks in IntelliJ IDEA and trigger them with a single hotkey/abbreviation?
I want to periodically do:
1 Reimport all maven projects
2 Build -> Rebuild Project
3 Run Application
Can I trigger these 3 actions with a single hotkey/abbreviation.
Thank you.