zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

Html (and other) syntax error warnings, dynamically #530

Open victorel-petrovich opened 9 years ago

victorel-petrovich commented 9 years ago

Hi,
I am learning html, and I am making syntax errors sometimes, that the browser unfortunately often tolerates, and the built-in zed's preview does not complain either about. Or, if they refuse rendering, it takes time to find what was the problem.
Could you please implement some error warning/tips showing in the gutter (left strip with line numbers)? Or somewhere else.
I've seen them in Caret and I quite liked how the tip appears when hovering the error sign.
But I like zed more because it allows easy code snippet creation, and other nice features.