Asherbernardi
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
-
Asherbernardi created a post, AnsweredResolving to a java class name from a custom language
Hello,I'm writing a custom language which can have references to Java class names inside of strings. I'm hoping to get code completion of the class names for whatever classpath is available in the ... -
-
-
Asherbernardi created a post, AnsweredCannot distinguish StubFileElementTypes in plugin without file stubs
Hello,I'm getting this error that I cannot figure out how to solve with a plugin that I maintain. The plugin is called “Jsgf” and its available on the Jetbrains marketplace. The error is similar to... -
Asherbernardi commented, -
Asherbernardi created a post, AnsweredGradle won't download JBR JCEF on build server
Hello, I have a plugin for a custom language that I've been maintaining for a couple years. Whenever I push updates, the plugin builds on a Jenkins build server and publishes to an internal Artifac... -
Asherbernardi created a post, AnsweredFormatting Block to indent relative to where its parent would be
Hello, I'm trying to perform auto-indent using a FormattingModelBuilder in my custom language. However, it's indenting the way, I would want it to, and I can't figure how to get it right. This is w... -
Asherbernardi created a post, PlannedStub index not being built on old files when starting up IntelliJ
Hello, I have a custom plugin with three types of stubs (one for the name of the file, one for the imports of other files, and one for the variables declared in the files). You can reference other ... -