i'd prefer something integrated, just like this <https://marketplace.visualstudio.com/items?itemName...
s
w
IntelliJ does suggest updates for the dependencies versions if you use Gradle, but it only supports the default syntax
image.png
If you start extracting versions etc. it breaks. I suppose the problem is difficult due to dynamic nature of Gradle
s
oh i didn't know it was already supported
i'll check it out, thanks man
is there a specific setting to enable it?
w
I don’t think so. But it only works for dependencies in
build.gradle
files in
dependencies
block, fully typed there (artifact id and version).