Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Asherbernardi
Total activity
20
Last activity
November 14, 2023 21:53
Member since
January 25, 2021 14:39
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
7
Activity overview
Posts (7)
Comments (5)
Sort by recent activity
Recent activity
Votes
Edited
November 14, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Resolving to a java class name from a custom language
0 votes
Created
September 29, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot distinguish StubFileElementTypes in plugin without file stubs
0 votes
Created
September 26, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot distinguish StubFileElementTypes in plugin without file stubs
0 votes
Created
November 21, 2022 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.
Community
IntelliJ IDEA Open API and Plugin Development
Gradle won't download JBR JCEF on build server
0 votes
Created
February 11, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Unexplained Illegal Reflective Access Operation on JreHiDpiUtil
0 votes