nhmood / watson-ruby

inline issue manager
MIT License
634 stars 50 forks source link

Sublime Text integration #246

Open victorhaggqvist opened 10 years ago

victorhaggqvist commented 10 years ago

I totally realize that you might not develop this, but if some one does it it would be really nice.

pelletiermaxime commented 10 years ago

It would actually not be that hard to do something as a sublimelinter plugin (http://sublimelinter.readthedocs.org/en/latest/creating_a_linter.html). Looking at the php linter it seems pretty easy to do (https://github.com/SublimeLinter/SublimeLinter-php/blob/master/linter.py). In the meantime, the package https://github.com/SublimeLinter/SublimeLinter-annotations works for me as a quick way to show tags in the active file.