ProblemsListener Interface not working for all Problems shown in Problems Pane (Typo, Grammar)
Answered
Hey, i implement the ProblemsListener Interface but the problemAppeared method is not invoked for all Problems shown in the Problems Pane, typos and grammar errors do not trigger the problemAppeared method.
Why is it like that?
Please sign in to leave a comment.
I just double checked the ProblemsListener and it does not even get triggered on warnings and weak warnings. The naming ProblemsListener is weird, why it is not named ErrorsListener?
Anyway, is there a Listener that is as easy to use as the ProblemsListener but does listen to all Problems?
What is the use case you want to achieve in your plugin?