主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sven Shi
活动总数
8
最后的活动
2023年03月31日 11:41
成员加入日期
2023年03月26日 07:32
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2023年03月31日 11:41
Thank you so much for your patience and helpfulness. I will attempt to troubleshoot the issue on my own.
社区
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 票
已编辑于
2023年03月29日 14:13
Hello, thank you for your patience and for following up on my question. Let me briefly introduce my sample project. In this project, there is a simple method call in the test method in TestService...
社区
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 票
已编辑于
2023年03月28日 14:34
Sorry for not providing easy to analyze information, I have now added test project on my github repo. https://github.com/SvenShi/IfsSnowHelperThe path of the test project is sample/The source code ...
社区
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 票
创建于
2023年03月28日 12:37
Sorry, forgot to attach the class name of condition com.intellij.codeInsight.editorActions.JavaTypedHandler
社区
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 票
创建于
2023年03月28日 12:28
Hi, I found the reason, the "." character is judged in the condition, and the Reference must extend JavaClassReference class f (file == null ||//this is false autopopup && shouldSkipAutoPopup(...
社区
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 票
创建于
2023年03月28日 11:02
Karol Lewandowski Thank you for your answer, I tracked down the cause of the problem using breakpoints according to your suggestion, but I don't know how to fix it. I've pasted the code below with ...
社区
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 票