the_Fallenangel
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 5
-
-
-
-
the_Fallenangel created a post, AnsweredWhen implementing code hints for custom languages, CompletionUtilCore#DUMMY_IDENTIFIER affects the logic of the CompletionContributor where CompletionParameters recognizes the PSI structure at the cursor.
This is the bnf definition of the syntactic structure I describe below(Temporarily removed some of the definition code for the sake of the screenshot, so there are some warnings):This is the struct... -
-
-
-
the_Fallenangel commented, -
the_Fallenangel created a post, AnsweredWhen using Grammer-Kit to generate parser code for a custom language plugin developed in Kotlin, it reports an error saying that it can't find a method in the class corresponding to psiImplUtilClass.
Psi related settings in bnf:Definition of the PsiImplUtil class:Hint in the generated code about the method not being found:But try it directly in Java code and you can see the methods:What could t... -
the_Fallenangel commented,