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

Repository files navigation

Package Search official JetBrains project

Plugin Deprecation Timeline

  • Version for IntelliJ IDEA 2024.3: is the last functional version of the plugin.
  • There will be no version for IntelliJ IDEA 2025.1 or further. The Package Search Plugin and its associated services will be discontinued.

The Package Search web service, including the website and API, will be shut down on April 1, 2025. This means that all older versions of plugins will cease functioning after this date. Please plan your transition accordingly.

Alternatives

IntelliJ IDEA provides some built-in features that can be used instead of the Package Search plugin:

  • Dependency Analyzer helps you visualize and understand the dependencies in your project.
  • IntelliJ IDEA provides auto-completion for dependency coordinates in your Maven build scripts using information from your local Maven repository (~/.m2/repository). This allows the IDE to suggest and autocomplete dependencies already present in your local environment or have been used in your projects. It is also possible to download the index of Maven Central locally to get even more options in completion. More details can be found in the documentation on Maven dependency management.

Thank you for your support over the years.

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages