Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Daniel Alexander Haak
Total activity
71
Last activity
September 23, 2022 06:28
Member since
May 31, 2021 16:33
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
16
Activity overview
Posts (16)
Comments (35)
Sort by recent activity
Recent activity
Votes
Edited
August 10, 2022 15:08
hi thanks for the reply. how can I look up the build artifact of the 'runIde' gradle task? as for if they are bundled into the jar. I dont know i kinda hoped for that gradle would take care of t...
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundException in runIde gradle task
0 votes
Created
March 17, 2022 09:34
Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Saving changes to document
0 votes
Created
September 20, 2021 12:02
plugins { id 'java' id 'org.jetbrains.intellij' version '0.7.3'}group ''version '1.01'repositories { mavenCentral()}dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-ap...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
0 votes
Created
September 20, 2021 11:57
i am using Gradle plugin 211.7628.21
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
0 votes
Created
September 20, 2021 10:58
My build.gradle has following configuration: intellij { version '2021.2.2'// type 'IU' plugins = ['JavaScriptLanguage', 'com.intellij.java', 'com.jetbrains.php:212.5284.44'] //212.5284.44...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
0 votes
Created
September 20, 2021 06:48
Hi, I wanted to ask if the problem is fixed by now. Because i get the same error message regarding JavaScriptLangauge plugin and i wanted to check if this error is new or the already known one.
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
0 votes
Created
September 06, 2021 06:29
Thanks for clarifying
Community
IntelliJ IDEA Open API and Plugin Development
Publishing intellij plugin
0 votes
Edited
September 02, 2021 10:36
ok i created a gradle.properties file in my main directory and filled it with token=<token_value> also i chose to follow the route that i give the token as argument in the gradle task config rathe...
Community
IntelliJ IDEA Open API and Plugin Development
Publishing intellij plugin
0 votes
Created
September 02, 2021 10:07
hello thanks for the reply. 1) do you have a link where i can se an example on how to do it? 2) so it would look like : "task{ "EnvironmentVariableName" = "" }
Community
IntelliJ IDEA Open API and Plugin Development
Publishing intellij plugin
0 votes
Created
August 16, 2021 09:46
ok i found out why in php comments are counted as leaf elements which get not returned by .getChildren();
Community
IntelliJ IDEA Open API and Plugin Development
PSI Comment in php files
0 votes
«
First
‹
Previous
Next
›
Last
»