Afaqa

- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 8
-
Afaqa 创建了一个帖子, 已回答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 ... -
-
-
Afaqa 创建了一个帖子, 已回答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... -
Afaqa 进行了评论, -
Afaqa 创建了一个帖子, 已计划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... -
-
Afaqa 创建了一个帖子, 已回答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... -
-
Afaqa 创建了一个帖子, 已回答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 ...