主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Asherbernardi
活动总数
20
最后的活动
2023年11月14日 21:53
成员加入日期
2021年01月25日 14:39
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
7
活动概览
帖子(7)
评论(5)
按最近的活动排序
最近的活动
投票数
已编辑于
2023年11月14日 21:53
I tried to create a reference contributor, but I don't seem to have access to com.intellij.psi.impl.source.resolve.reference.impl.providers.JavaClassListReferenceProvider on my classpath in the plu...
社区
IntelliJ IDEA Open API and Plugin Development
Resolving to a java class name from a custom language
0 票
创建于
2023年09月29日 15:41
Alright! Thank you!Turns out I did have a IStubFileElementType. I just instantiated a generic one: IFileElementType FILE_ELEMENT_TYPE = new IStubFileElementType(JsgfLanguage.INSTANCE);Instead, I i...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot distinguish StubFileElementTypes in plugin without file stubs
0 票
创建于
2023年09月26日 21:19
Perhaps I don't know how to properly use stubs. I thought only the Psi elements which I wanted to cache and retrieve quickly need to be stubbed. Here's some of my PsiFile class:public class JsgfFil...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot distinguish StubFileElementTypes in plugin without file stubs
0 票
创建于
2022年11月21日 15:18
I updated it from 1.9.0 to 1.10.0, and it is still happening, I will go ahead and create that issue.
社区
IntelliJ IDEA Open API and Plugin Development
Gradle won't download JBR JCEF on build server
0 票
创建于
2021年02月11日 17:48
Yann Cebron, Yes that looks like the same problem, but I don't see any answers to the problem in that YouTrack ticket...
社区
IntelliJ IDEA Open API and Plugin Development
Unexplained Illegal Reflective Access Operation on JreHiDpiUtil
0 票