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

Package Search official JetBrains project

[DEPRECATED] This plugin has been deprecated. No further development will be done on this plugin.

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.

Package Search Package Search

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