softhax
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
softhax 创建了一个帖子, 已回答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... -
softhax 创建了一个帖子, 已回答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 ... -
softhax 进行了评论, -
-
-
softhax 创建了一个帖子, 已回答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...