Sometimes, large parts of my code become underlined due to DocBlock issues etc. However, after fixing, the underlines remain. I have to edit and undo the code for them to disappear.

Is there a way to make it more "automatic"?

Thank you.

    phptools good point. We used to do it automatically, but it was disabled for performance reasons.

    Maybe we can "relint" for opened documents. Or just for documents containing a warning.

    Currently there is no way of forcing to update the code diagnostics - we'll keep it open for discussion.

    I thought about it.

    1. The problem is that a relint does not occur if I insert spaces (as it does not generate any errors).
    2. To force a relint, I have to create a syntax error (takes more effort), and undo it.

    How about a configurable relint on save?

      6 days later

      we'll review it once again, this should happen automatically (after a few seconds delay) ...

        Write a Reply...