emmetio / livestyle-sublime-old

Live bi-directional CSS edit of new generation
http://livestyle.emmet.io
260 stars 23 forks source link

Show parse errors in the gutter #91

Open alexilyaev opened 10 years ago

alexilyaev commented 10 years ago

I noticed that if I do a syntax error in my CSS, then Emmet LiveStyle will write a log line in the console, e.g.:

Emmet LiveStyle: [ws] CSS parsing error at line 418, char 14: Unrecognized character '?'
    width: 22px;?
-------------^

Can we have that show up in the gutter as a mark of bad syntax? And when you hover the mark, it could tell you the error, similar to what other IDE's are doing with their live syntax validation.

Or maybe there's another Sublime package that already does that?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.