alexkuz / SublimeLinter-inline-errors

Shows linting errors inline with Phantom API
MIT License
16 stars 0 forks source link

[feature] show/update the linter on view activate/updated #4

Closed ctf0 closed 6 years ago

ctf0 commented 6 years ago

atm it only show if we moved the cursor.

maybe we can hook the phantom on/off by the sublime-linter events

alexkuz commented 6 years ago

This plugin monkey-patches SublimeLinter to track the updates, so I think it should work in current version, please let me know if it's not.

ctf0 commented 6 years ago

thanx for the new updates, however this one still doesnt behave as expected.

to produce :

alexkuz commented 6 years ago

I can't reproduce it, unfortunately, it shows a hint right after sublimelinter highlighting: 2017-08-29 at 13 06

ctf0 commented 6 years ago

enable the gutter them for sublime linter and you should see the errors icon in the gutter.

what i was hoping for, is to have the inline error to behave the same "without any interaction from the user side"