package-search-intellij-plugin

Package Search is an IntelliJ plugin that allows you to search for packages from the editor.

APACHE-2.0 License

Stars
15
Committers
5

Package Search official JetBrains project

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.

Installation

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.

Building

To build the plugin, run the following command:

./gradlew :plugin:buildShadowPlugin

To run the plugin, run the following command:

./gradlew :plugin:runIde