Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Daniel Alexander Haak
Follow
New posts
New posts and comments
Total activity
55
Last activity
April 21, 2022 07:37
Member since
May 31, 2021 16:33
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
12
Activity overview
Posts (11)
Comments (30)
Sort by recent activity
Recent activity
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
Created
August 16, 2021 09:22
in the psi viewer they are i also now use PsiTreeUtil.findChildrenof an this works fine however my original code still has the same issue private List<PsiElement> getAllNodes (List<PsiEl...
Community
IntelliJ IDEA Open API and Plugin Development
PSI Comment in php files
0 votes
1
2
3
›
»