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
June 20, 2024 07:36
Update: I got it working now. PsiElement.getResolveScope() helped a lot! In my usecase element.getResolveScope().union(element.getResolveScope().getModule().getModuleContentWithDependenciesScope()...
Community
IntelliJ IDEA Open API and Plugin Development
Stubs and Search Scopes
1 vote
Created
September 21, 2023 12:46
Hi,I tried to reproduce the problem but without success.That's when I noticed, that the rule method_reference extends an QueryElement and implements PsiReference.When commenting out the generation ...
Community
IntelliJ IDEA Open API and Plugin Development
Code Completion Results being reset by IDE?
1 vote
Created
June 20, 2024 05:59
Hi,you are right, module A and B are isolated. However, module A can have module B as a dependency. In that case, I want to get elements from module B when the reference is in module A.unfortunatel...
Community
IntelliJ IDEA Open API and Plugin Development
Stubs and Search Scopes
0 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
Next
›
Last
»