bradfeehan / SublimePHPCoverage

A plugin for Sublime Text 2 and 3, which visualises PHP code coverage data in the editor.
MIT License
57 stars 10 forks source link

Allow code coverage marks to be toggled off #2

Closed bradfeehan closed 11 years ago

bradfeehan commented 11 years ago

The marks are currently always shown for any file which has code coverage data. This should be changed so that users can show the marks to see code coverage, and then turn them off again easily.