Andrei Costache
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created How to trigger an existing Inspection
AnsweredHi, 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... -
Edited Detecting a change in Settings (enabling/disabling a tool)
AnsweredHi, 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 ... -
Edited 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... -
Edited 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...