Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dobra101
Total activity
32
Last activity
June 20, 2024 11:29
Member since
March 29, 2023 09:01
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
7
Activity overview
Posts (7)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
September 15, 2023 14:34
I found out, that the only setting where this problem occurs is the following, which is similar to for example static Java functions:In both cases, I want code completion for the methodName.Case 1:...
Community
IntelliJ IDEA Open API and Plugin Development
Code Completion Results being reset by IDE?
0 votes
Created
August 10, 2023 13:44
Hi, that cleared it a bit, thank you. However, the problem is, that I have scenario 2.I resolve a dependency inside ProjectA, and the file of ProjectB opens in the editor.The reference resolve insi...
Community
IntelliJ IDEA Open API and Plugin Development
Find maven dependencies programatically
0 votes
Created
August 10, 2023 12:05
Thank you for the code snippets, I will give it a try. However, my main problem is the following (maybe there is a much simpler solution I don't thought of yet): Files of .myType are intermediate c...
Community
IntelliJ IDEA Open API and Plugin Development
Find maven dependencies programatically
0 votes
Created
August 10, 2023 09:38
Update: I think what expresses the problem better is the following: When expanding the external libraries on the bottom left, there are multiple "same" libraries with different versions (these are ...
Community
IntelliJ IDEA Open API and Plugin Development
Find maven dependencies programatically
0 votes
Edited
August 10, 2023 07:20
Hi, One post mentioning the MavenFacade is this one: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206781955-How-can-I-discover-the-maven-module-containing-a-file- However, this p...
Community
IntelliJ IDEA Open API and Plugin Development
Find maven dependencies programatically
0 votes
Created
May 08, 2023 06:29
Hi Patrick, LightElement was the class I needed and didn't know it existed. Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Documentation for non existent Element
0 votes
Created
March 29, 2023 15:59
Sorry I feel so dumb but I guess I didn't got it :D Do I have to implement something that resolve() is called? Do I have to implement e.g. the PsiScopeProcesor which calls somehow resolve()? If I h...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language: References in same file
0 votes
Created
March 29, 2023 12:40
Ok thank you, I think I got it now.
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language: References in same file
0 votes
Created
March 29, 2023 11:59
Thank you. I think I understand it better know, but I assume that it basically doesn’t matter what the getReference method returns as the logic is in the resolve method? That feels kind of wrong A...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language: References in same file
0 votes
Created
March 29, 2023 11:18
Hi, thanks for your reply. You shouldn't precalculate the declaration when creating a reference. You should calculate the declaration element only when resolve is called, so lazily. I am not quit...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language: References in same file
0 votes
«
First
‹
Previous