Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a keyboard shortcut in intellij to synchronize all gradle projects?

Since I need to refresh gradle quite often I wish to use a shortcut for this. Under

Settings > Keymaps

I just find the gradle Tool Windows. I use Intellij 13.1.

like image 568
thilko Avatar asked Apr 07 '14 07:04

thilko


People also ask

How do I sync Gradle project in IntelliJ?

If you have some custom plugins that require you to import your project from the IntelliJ IDEA model, press Ctrl+Shift+A and search for the Project from Existing Sources action. In the dialog that opens, select a directory containing a Gradle project and click OK. IntelliJ IDEA opens and syncs the project in the IDE.

How do I refresh all Gradle dependencies in IntelliJ?

We can do this by: Selecting one of the suggestions in the message; Pressing on the Refresh Gradle icon in the top right, Using the keyboard shortcut ⇧⌘I (macOS), or Ctrl+Shift+O (Windows/Linux).

What is Ctrl h in IntelliJ?

Ctrl + H = "Type Hierarchy" view = shows a tree of parent and child classes of this class. Ctrl + Shift + A = "It does a search as you type through all the commands in intellij. Not only that but when you find the command you want it also displays the corresponding shortcut key next to it!"


1 Answers

There's an action in the IDE to "Refresh all external projects" which should kick off a refresh for the Gradle project.

like image 63
Dolvic Avatar answered Nov 09 '22 22:11

Dolvic