10 Tips To Use Gradle With IntelliJ IDEA

preview_player
Показать описание
You're probably not making the most of IntelliJ IDEA when developing Gradle projects. So here are my top 10 tips for saving time using secret IDE features and shortcuts you never knew existed.

▶️Why you're not making the most of the IDE 0:00
▶️Create projects using IntelliJ IDEA 0:09
▶️Run tasks from Gradle Tool Window 0:52
▶️Run tasks with Run anything 1:22
▶️Use Load Gradle Changes button 1:43
▶️Reload All Gradle Projects after buildSrc changes 2:18
▶️Add dependencies via IntelliJ IDEA 2:36
▶️Use autocomplete suggestions 3:04
▶️View Gradle JavaDoc 3:30
▶️Run tests in IntelliJ IDEA 4:05
▶️View dependencies 4:26

Рекомендации по теме
Комментарии
Автор

adding dependencies from the idea is really nice! no more searching all over the internet! thanks

DaniilBubnov
Автор

Awesome video, thank you! I did not know about the Gradle wrapper omitting Gradle sources by default!

henninghoefer
Автор

BEWARE: If you run gradle from the "Run anything" window it won't use your gradle template, but some kind of unspecified default template. Just keep in mind, in case you have some options, such as debugging parameters, set in your gradle template.

marcusd
Автор

hi, i have problem with my intelij new version don;t show the Gradle option in the left hand side, how to fix this problem please help me. Thanks

hoducduykdn
Автор

Nobody will remember those very rarely used keyboard shortcuts, so maybe show how to select the same things from the right-click popup or main menus?

marcusd
Автор

Hi gradle is missing at new project menu. How do i fix this?

jamesliong
Автор

Is anyone else not seeing the "add dependency" option in the context menu in build.gradle or is it just me?

upd: solved by installing the "package search" plugin

yankeedudlizz