apollo
: Everytime you update any GraphQL operations, you will need to run the generateApolloSources
task and correct the typing and handling errors that may come up. Object types described in domain/Types.kt
should closely match the info you’re getting from Apollo.intellij
: This category houses the main tasks for developing and publishing the plugin. runIde
and build
being useful to try out a dev build and run the build process respectively.retrieves-plugins-intellij lint
universe/retrieves/plugins/intellij
folder in the IDE.runIde
See Instructions.intellij
category and select build
.File > Settings > Plugins
.Install Plugin from Disk...
.build/distributions/
directory and select the .zip
file.resources/META-INF/plugin.xml
file and the pluginVersion field in the gradle.properties
file as well. Once deployed, it will take around 1-3 business days for the new release to be reviewed by the Jetbrains staff.