Andrei Costache
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 How to trigger an existing Inspection
已回答Hi, I am writing a plugin for WebStorm. And I am trying to "manually" trigger an existing inspection (on a certain scope) inside my own plugin. To be specific: I am trying to trigger ESLint from co... -
已编辑于 Detecting a change in Settings (enabling/disabling a tool)
已回答Hi, I am trying to detect a change in the IDE settings, inside an own plugin. Specifically: I need to detect the enabling/disabling of a code quality tool, from the Webstorm IDE settings. I need ... -
已编辑于 How to get the results of a specific (default) annotation/inspection process inside a (custom) toolWindow
Hi, I have seen a question that deals with my problem, but only in part. I would like to populate a toolWindow of my own with the results of some specific annotation process done by the IDE. This... -
已编辑于 WebStorm Inspections: Results and Scrollbar (Plugin) Provider
Hi, I am trying to understand/find how a certain plugin (in my case ESLint JS inspection tool) injects warnings/errors into the IDE scrollbar, during the on-the-fly/realtime inspection taking place...