softhax
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 How do you trigger visitFile() of a LocalInspectionTool programatically ?
已回答I want to run visitFile on the currently open document when the file is saved or when I manually run an action from the Menu. As of now LocalInspectionTool runs buildVisitor and visitFile automatic... -
创建于 Only one Quickfix/Resolution shows up on running Custom Inspection
已回答I am running a custom inspection on my project. Also, I have a local inspection which I use to run this custom inspection on the entire project. But the problem is that when the inspection results ... -
创建于 Project Errors Tab is not visible in Problems Pane
已回答While developing an IntelliJ plugin, after I register a problem with the problem holder, the problems show up only for the currently open file and I have to open each file separately to view an...