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

Add support for path mapping for remote filesystems #27

Open ampersa opened 7 years ago

ampersa commented 7 years ago

Added support for path_mapping option in config to allow parsing of coverage reports from remote filesystems, similar to Xdebug Client.

Also added Default.sublime-commands file to allow easy access to update commands through the Command Palette