intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
I am new to the blockmap file and only came across it because my IntelliJ IDEA 2020.3.2 log file has a number of failed attempts to download a *blockmap.zip file...
See #708
Provide a complete list of dependencies that the Gradle IntelliJ Plugin requires for running tasks. Such a list could be used for preparing an offline Gradle cache archive so one...
Adding `plugins.set(listOf("org.jetbrains.kotlin:211-1.4.21-release-IJ6693.43"))` causes ``` e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: class org.jetbrains.kotlin.psi.KtFile, unresolved supertypes: com.intellij.psi.PsiClassOwner, com.intellij.psi.PsiModifiableCodeBlock...
Introduce a new check for checking if the major part of the `platformVersion` isn't higher than the `sinceBuild`. Reason: SDK may bring incompatibility changes between major versions. When targeting higher...
I followed the tutorial to set up everything needed to publish a plugin to the marketplace. So I added the PUBLISH_TOKEN, PRIVATEE_KEY, CERTIFICATE_CHAIN and PRIVATE_KEY_PASSWORD to the environment variables of...
At Gitpod we are building a plugin for JB backend: https://github.com/gitpod-io/gitpod/tree/main/components/ide/jetbrains/backend-plugin In order to test we have to run in Gitpod workspace container which does not have UI and does...
as defined in `ApplicationInfo.xml` These are guaranteed to be available when targeting the chosen IDE, thus we can reduce necessary manual setup via `intellij.plugins` and resulting confusion, e.g. in case...
There are times when I need to make changes to IJ community and inspect the outcome from my plugin. It would be nice if I could point the plugin to...