Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keyboard shortcut to refresh Gradle project in IntelliJ IDEA

There is an icon to refresh Gradle project which is very useful if auto-import is disabled:

When I hover over it, status bar says Force refresh all linked Gradle projects.

However, I cannot find any way to assign keyboard shortcuts for this button and also I don't see it in CTRLSHIFTA menu. Is there any way to invoke this refresh using just a keyboard?

I'm using IDEA 2016.3 EAP.

like image 220
Michal Kordas Avatar asked Sep 14 '16 07:09

Michal Kordas


1 Answers

In newer versions of IntelliJ Idea, the name of this functionality has been changed to Reload All External Projects

like image 91
Cosmin Ioniță Avatar answered Sep 28 '22 03:09

Cosmin Ioniță