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

Too many editors listed as supported on marketplace #428

Open
code-asher opened this issue May 16, 2024 · 1 comment
Open

Too many editors listed as supported on marketplace #428

code-asher opened this issue May 16, 2024 · 1 comment

Comments

@code-asher
Copy link
Member

code-asher commented May 16, 2024

Supposedly it reads from the plugin.xml to figure out what IDEs are supported.

But it lists things that definitely are not (DataGrip). What do we need to change to get the right supported IDE list?

@matifali
Copy link
Member

matifali commented May 16, 2024

This may help: https://plugins.jetbrains.com/docs/intellij/dev-alternate-products.html#configuring-plugin-projects-using-a-product-specific-attribute
we may need to configure plugin.xml as per https://plugins.jetbrains.com/docs/intellij/dev-alternate-products.html#configuring-pluginxml

<!-- Targeting PhpStorm, so is dependent on the PHP plugin -->
<depends>com.jetbrains.php</depends>
<depends>com.intellij.modules.platform</depends>

as per the table on this page

Or just try this
https://github.com/aws/aws-toolkit-jetbrains/blob/276d5d6c971cb5e52ad50d9a6e95a9591e93f003/plugins/toolkit/jetbrains-core/resources/META-INF/inactive/plugin-gateway.xml#L6C2-L16C61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants