We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Supposedly it reads from the plugin.xml to figure out what IDEs are supported.
plugin.xml
But it lists things that definitely are not (DataGrip). What do we need to change to get the right supported IDE list?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: