JetBrains / package-search-intellij-plugin

Package Search is an IntelliJ plugin that allows you to search for packages from the editor.
https://package-search.jetbrains.com/
Apache License 2.0
18 stars 2 forks source link

Introduced caching for reading Gradle file dependencies. #119

Closed lamba92 closed 9 months ago

lamba92 commented 9 months ago

This change will avoid unnecessary file readings when they have not been changed, reducing CPU usages on startup.