Ittaiz

- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
创建于 How to get Plugin A to use a BuilderService from Plugin B
已回答Hi,I’m working on a change to the bazel plugin to allow it to delegate compilation of scala code to the scala plugin.I found https://github.com/JetBrains/intellij-scala/blob/idea222.x/scala/compile... -
创建于 How can I register a QuickFix from a PsiTreeChangeListener?
已回答Hi, I have a class which implements PsiTreeChangeListener and does some actions based on the events. Some events have ambigous data which I'd like to input the user and have them decide. Basically... -
已编辑于 CachedValueProvider#compute called multiple times for same element
已回答Hi, I'm trying to use a CachedValuesManager in a LocalInspectionTool in the most basic form and for some reason I see multiple invocations of compute for the same elements. I mean I see multiple pr... -
创建于 Need to perform an action whenever an import is added (java/scala)
已回答Hi, I'm looking for an ImportAddedListener or something of the sort for java & scala. My use-case is that I need to perform an action (similar to adding a maven dependency to pom.xml) whenever an i...