Skip to content

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

License

Notifications You must be signed in to change notification settings

JetBrains/package-search-intellij-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aeb3a97 · Jun 21, 2024
Jun 19, 2024
Sep 15, 2023
May 23, 2024
Jun 14, 2024
Oct 31, 2023
Jun 14, 2024
May 22, 2024
Mar 19, 2024
Jun 21, 2024
Mar 19, 2024
May 22, 2024
Jan 9, 2024
Jan 9, 2024
Feb 12, 2024
Jun 14, 2024
Nov 29, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jun 21, 2024
May 22, 2024
May 22, 2024

Repository files navigation

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.

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