Asherbernardi
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
创建于 Resolving 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 ... -
创建于 Cannot 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... -
创建于 Gradle 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... -
创建于 Formatting 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... -
创建于 Stub 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 ... -
创建于 Unexplained Illegal Reflective Access Operation on JreHiDpiUtil
已回答Every time I run the plugin with :runIde in gradle, I get these warnings: WARNING: An illegal reflective access operation has occurredWARNING: Illegal reflective access by com.intellij.ui.JreHiDpiU... -
创建于 References not highlighting all instances of the variable
已回答Hello, The references in my plugin have stopped working as expected after one of the new releases of Intellij. When I place the caret on a reference, I would expect all the instances of that variab...