Afaqa
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 8
-
已编辑于 Resolve 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 ... -
创建于 Language 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... -
创建于 Custom 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... -
创建于 Custom 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... -
创建于 Language 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 ... -
创建于 Custom Language Support Contributor Implementation
已回答Hi! 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... -
创建于 Custom Language Support Token Separation
已回答I 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...