JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

Add helper task to search for plugin id from a plugin name #53

Closed mutcianm closed 4 years ago

mutcianm commented 4 years ago

Searching for a plugin id to provide as a dependency manually may be a time consuming task. A decent alternative would be to implement a task that would search bundled and remote plugins for a plugin name(or maybe even description) and show plugin ids

mutcianm commented 4 years ago

Oops, wrong issue id