Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sven Shi
Total activity
8
Last activity
March 31, 2023 11:41
Member since
March 26, 2023 07:32
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
March 31, 2023 11:41
Thank you so much for your patience and helpfulness. I will attempt to troubleshoot the issue on my own.
Community
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 votes
Edited
March 29, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 votes
Edited
March 28, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 votes
Created
March 28, 2023 12:37
Sorry, forgot to attach the class name of condition com.intellij.codeInsight.editorActions.JavaTypedHandler
Community
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 votes
Created
March 28, 2023 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(...
Community
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 votes
Created
March 28, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Why is it that a Java String ending with "." cannot enter the getVariants method in Reference?
0 votes