etodanik / ie8linter

A little tool to lint websites for IE8 compatibility, with warnings for possible pitfalls
http://ie8.caffeine.co.il/
MIT License
727 stars 20 forks source link

Sublime text plugin #11

Open pVesian opened 9 years ago

pVesian commented 9 years ago

Hi,

It would be cool to have this as a sublime text (2+) plugin, but without the http call. It would be a plugin that checks files on save.

Thanks!

etodanik commented 9 years ago

That's an interesting idea. I'll look into it!

Sublime and Atom are both good candidates.

Is there an on-save linter that's good to look at that does something similar (not for IE, but as far as how the functionality looks)

pVesian commented 9 years ago

The only onle I use that does this is "PHP Code Sniffer". Here's one tutorial on how to create plugins for ST2: http://code.tutsplus.com/tutorials/how-to-create-a-sublime-text-2-plugin--net-22685