Afaqa
![Avatar](https://jbs.zendesk.com/system/photos/1900008318634/avatar-1628439333.jpg)
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
-
Afaqa created a post, AnsweredResolve to FakePsiElement - Predefined classes in custom language
Hi, I want to have references to some predefined classes in my custom language plugin. However there is no standard library which I can reference to, I basically only have the definitions of those ... -
-
-
Afaqa created a post, AnsweredLanguage Support - Indexing language defined classes
Hi ! I have almost finished developing a language plugin. It's minimal but I'm at a stage where I want my code to recognize not only classes defined by me during development, but also classes prede... -
Afaqa commented, -
Afaqa created a post, PlannedCustom Language Support - error element ruins structure
Hi, I'm trying to implement support for a pretty easy language. My grammar is the following: { parserClass="ge.freeuni.jack.language.parser.JackParser" extends="com.intellij.extapi.psi.ASTWrapper... -
-
Afaqa created a post, AnsweredCustom Language Support Completion Contributor
Hi! I am trying to make completion contributor work for my language. Mostly figured out what to do. The weird issue I am having is anytime I start typing, if there is whitespace ahead, the pattern... -
-
Afaqa created a post, AnsweredLanguage Support Plugin with preinstalled PsiViewer plugin
Hi! I'm trying to create language support plugin and with every re-run of the development IDE I have to re-install psiViewer plugin in that instance to view how changes to grammar files reflect on ...