Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Johannes Spangenberg
Total activity
48
Last activity
February 02, 2025 16:51
Member since
March 20, 2019 11:59
Following
0 users
Followed by
0 users
Votes
10
Subscriptions
11
Activity overview
Posts (6)
Comments (21)
Sort by recent activity
Recent activity
Votes
Edited
October 20, 2020 13:04
Even so File \ Invalidate caches and restart did not fix the issue, deleting USER_HOME\AppData\Local\JetBrains\IdeaIC2020.2\caches (i.e. %AppData%\..\Local\JetBrains\IdeaIC2020.2\caches) did work.
Community
IntelliJ IDEA Users
IntelliJ doesn't see classes in dependency JAR
2 votes
Edited
May 27, 2019 12:53
>> The key is to be able to clearly differentiate (visualize) between [...] Can we do this with changelist? > Yes, you can. E.g. consider Changelist_1 is stable and Changelist_2 is ongoing. I think...
Community
IntelliJ IDEA Users
Git stage changes and revert not staged changes
1 vote
Edited
June 09, 2024 21:02
Here is the best solution for both problems I could come up with, using the latest snapshot of IntelliJ Platform Gradle Plugin 2.https://github.com/NixOS/nix-idea/commit/3b6f46a1478ae151ed368d33a81...
Community
IntelliJ IDEA Open API and Plugin Development
How to develop a plugin which has an optional ultimate-feature without a license
0 votes
Edited
May 15, 2024 19:37
Some time has passed, but I just found some time and energy to work on this topic again. I implemented variable resolution (and some basics for attribute resolution) using the Symbols API at NixOS/...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Edited
March 29, 2024 10:37
The issue MP-6388 (and therefore the error about 'plugin.xml' is not found) has been fixed with version 1.365, but :runPluginVerifier still fails for such plugins when using FailureLevel.ALL.runPlu...
Community
IntelliJ IDEA Open API and Plugin Development
runPluginVerifier no longer works for plugins with "intellij" in plugin ID
0 votes
Created
October 02, 2023 22:00
I just realized later today that there are more optional interfaces for symbols: NavigatableSymbol (which I already mentioned above) DocumentationSymbol (which seems to provide quick documentatio...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
October 02, 2023 13:06
Piotr Tomiak I played around with the Symbol API, and it seems to be a better fit, partially because it allows having multiple declarations for one symbol, and also allows having one declaration fo...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
September 22, 2023 18:29
Sounds strange. Are you sure that it does not just require you to run the generation twice, or something like this? I think I can't give you much more advice on this topic. If you think it is a bug...
Community
IntelliJ IDEA Open API and Plugin Development
When using Grammer-Kit to generate parser code for a custom language plugin developed in Kotlin, it reports an error saying that it can't find a method in the class corresponding to psiImplUtilClass.
0 votes
Created
September 07, 2023 20:21
Yann Cebron, thanks. I will look into the reference you provided. Regarding my citation from the documentation:The referencing element at the point of usage (e.g., the x in the expression x + 1) sh...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
September 05, 2023 20:01
If you are not using Gradle, then I don't know the problem. Have you tried writing the Util class in Java, just to test if it is working?
Community
IntelliJ IDEA Open API and Plugin Development
When using Grammer-Kit to generate parser code for a custom language plugin developed in Kotlin, it reports an error saying that it can't find a method in the class corresponding to psiImplUtilClass.
0 votes
Next
›
Last
»