Nullsink
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
已编辑于 Control Annotation Processing for main/production and test sources separately
已回答Is it possible to control Annotation Processing settings of a module on a source-root level? For example, to enable it for test sources only? Below is a use case of mine. I work with a Maven projec... -
已编辑于 Failing to add a dependency on a plugin available in the file system
已回答I have 2 local plugins and I've been trying to set up one of them as a dependency for the other one. Following these instructions I encountered a problem.build.gradle.kts:intellij { version.set... -
已编辑于 Plugin creating multiple files in bulk/batch/grouped events/ mode
已回答I'm developing a plugin that provides an action that creates multiple files according to certain rules.To create the files, I am using Velocity templates which the plugin also provides.Naturally, I... -
已编辑于 API for reporting/highlighting problems outside of inspections
已回答I am looking for a simple way to report problems related to language elements to the user. I've read about LocalInspectionTool and am familiar with the ProblemDescriptor interface. However, for my ... -
已编辑于 Invalid PsiJavaFile in BulkFileListener.after() after file deletion event
已回答I have an implementation of BulkFileListener in which I listen for deletion events in order to: 1. Find all files that reference classes defined in the file being deleted (let's call them "affected...