Afaqa
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
-
Edited Resolve to FakePsiElement - Predefined classes in custom language
AnsweredHi, 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 ... -
Created Language Support - Indexing language defined classes
AnsweredHi ! 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... -
Created Custom Language Support - error element ruins structure
PlannedHi, 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... -
Created Custom Language Support Completion Contributor
AnsweredHi! 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... -
Created Language Support Plugin with preinstalled PsiViewer plugin
AnsweredHi! 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 ... -
Created Custom Language Support Contributor Implementation
AnsweredHi! I am trying to create a plugin for Jack language (toy language from nand2tetris course). So far I've followed simple language plugin tutorial and been peeking into rust plugin source code. Cur... -
Created Custom Language Support Token Separation
AnsweredI am trying to implement language support plugin for a basic language. I am following the simple language tutorial and on the side I have rust plugin for reference. However the complexity gap betwe...