Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Asher Bernardi
Total activity
7
Last activity
March 05, 2020 16:02
Member since
March 04, 2020 02:38
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Edited
March 04, 2020 14:40
Somehow they neglect to explain this in the complete documentation for Gradle-based plugins, but there is a gradle-intellij-plugin task you can run to assemble the plugin into a zip or jar file. Ju...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to prepare IntelliJ plugin for deployment
2 votes
Created
March 05, 2020 15:43
I had this same problem because I was trying to match angle brackets ("<>"), and after doing some I discovered that in com.intellij.codeInsight.editorActions.TypedHandler#handleAfterLParen(), it ch...
Community
IntelliJ IDEA Open API and Plugin Development
Auto-closing braces in a custom language, BraceMatcher not working
0 votes
Created
March 04, 2020 14:28
Ok, so I've done that. Here is what my gradle intellij method looks like: intellij { version = ideaVersion plugins 'java' updateSinceUntilBuild = false alternativeIdePath 'C:\\Users\\my...
Community
IntelliJ IDEA Open API and Plugin Development
Language references not working when the plugin is installed
0 votes