主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dobra101
活动总数
32
最后的活动
2024年06月20日 11:29
成员加入日期
2023年03月29日 09:01
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
7
活动概览
帖子(7)
评论(13)
按最近的活动排序
最近的活动
投票数
创建于
2024年06月20日 07:36
Update: I got it working now. PsiElement.getResolveScope() helped a lot! In my usecase element.getResolveScope().union(element.getResolveScope().getModule().getModuleContentWithDependenciesScope()...
社区
IntelliJ IDEA Open API and Plugin Development
Stubs and Search Scopes
1 票
创建于
2023年09月21日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Code Completion Results being reset by IDE?
1 票
创建于
2024年06月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Stubs and Search Scopes
0 票
创建于
2023年09月15日 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:...
社区
IntelliJ IDEA Open API and Plugin Development
Code Completion Results being reset by IDE?
0 票
创建于
2023年08月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Find maven dependencies programatically
0 票
创建于
2023年08月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Find maven dependencies programatically
0 票
创建于
2023年08月10日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Find maven dependencies programatically
0 票
已编辑于
2023年08月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Find maven dependencies programatically
0 票
创建于
2023年05月08日 06:29
Hi Patrick, LightElement was the class I needed and didn't know it existed. Thank you!
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Documentation for non existent Element
0 票
创建于
2023年03月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language: References in same file
0 票
下一页
›
最后
»