JetBrains / intellij-platform-gradle-plugin

Gradle plugin for building plugins for IntelliJ-based IDEs
https://plugins.jetbrains.com/docs/intellij/gradle-prerequisites.html
Apache License 2.0
1.42k stars 271 forks source link

`printBundledPlugins` improvements #1674

Open YannCebron opened 3 months ago

YannCebron commented 3 months ago

Describe the need of your request

The list of plugin IDs for bundled plugins does not make it very easy to locate the one you're interested in, as many IDs are not "intuitive".

Proposed solution

Alternatives you've considered

No response

Additional context

No response

hsz commented 3 months ago

The output after cee80d97284d29ebb5fe674949c29d0f294c617b is:

> Task :printBundledPlugins
Bundled plugins for IntelliJ IDEA 2023.2.6 (232.10300.40):
AntSupport
ByteCodeViewer
Coverage
DevKit
Git4Idea
HtmlTools
JUnit
PerforceDirectPlugin
Subversion
TestNG-J
XPathView
...

I can't print plugin names as the list of plugin IDs comes from the product-info.json

YannCebron commented 3 months ago

Name could be looked up via product-info.java layout and finding matching main plugin.xml