Package Search is an IntelliJ plugin that allows you to search for packages from the editor. It supports searching for packages from the following package managers by default:
It also supports Kotlin Multiplatform projects for both for Gradle and Amper.
You can download the plugin from the JetBrains Marketplace
or directly in IntelliJ by going to Preferences > Plugins > Marketplace
and searching for Package Search
.
The plugin is compatible with IntelliJ 2023.2 and newer.
To build the plugin, run the following command:
./gradlew :plugin:buildShadowPlugin
To run the plugin, run the following command:
./gradlew :plugin:runIde