alexkuz / SublimeLinter-inline-errors

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

Feature errors as well #1

Closed pykong closed 7 years ago

pykong commented 7 years ago

@alexkuz Thanks for this awesome plugin! It fills a gap for me.

I would love to see not only warnings but also errors displayed inline. They should feature a distinct symbol of a red theme.

I guess a red cross sign, like this one is a convention for this purpose.

alexkuz commented 7 years ago

Try to install the latest version from Package Control (make sure you've removed the older one and removed https://github.com/alexkuz/SublimeLinter-inline-errors from Package Control repos)

pykong commented 7 years ago

@alexkuz Indeed I noticed you have now implemented the display of errors. Top notch Plugin-In! Thank You!