Ctrl + Alt + T ⇒ Switch between Class and Testclass
Ctrl + Alt + I ⇒ Inform about variable, class etc.
Ctrl + Alt + v ⇒ Add a variable (example new Person() → def person = new Person())
Ctrl + Alt + g ⇒ Command line
Alt + Shift + t ⇒ Create a new task
Ctrl + Shift + Info ⇒ Show infos (example: <img src=“image.png” → show the image)
Ctrl + D ⇒ Clone line
Ctrl + Y ⇒ Delete line
Ctrl + B ⇒ Show Definition
Ctrl + T ⇒ Update project
Ctrl + P ⇒ Show parameters
Shift + F2 ⇒ Go to the next code-inspection-issue
Alt + Enter ⇒ Show Quickfix