Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

printBundledPlugins improvements #1674

Open
YannCebron opened this issue Jul 2, 2024 · 2 comments
Open

printBundledPlugins improvements #1674

YannCebron opened this issue Jul 2, 2024 · 2 comments
Assignees
Milestone

Comments

@YannCebron
Copy link
Member

YannCebron commented Jul 2, 2024

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

  • print the IDE information, e.g. "Bundled plugins for IntelliJ IDEA 224.2222.33"
  • output plugin.xml <name> in addition to plugin ID: $Plugin_ID$ ($Plugin_NAME$)

Alternatives you've considered

No response

Additional context

No response

@hsz
Copy link
Member

hsz commented Jul 3, 2024

The output after cee80d9 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
Copy link
Member Author

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

@YannCebron YannCebron added this to the 2.x milestone Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants