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

path_mapping option? #23

Open qfox opened 9 years ago

qfox commented 9 years ago

Is it possible to map paths in file to my own via path_mapping option as well as in xdebug plugin?

bradfeehan commented 9 years ago

I think I understand what you want. You have the application running on another machine and the paths are different.

This plugin doesn't support anything like this at the moment. But I'd be happy to add it if somebody submits a pull request adding the functionality.