Closed daithi-coombes closed 9 years ago
... looking to learn more about the sublime api and development, so if my above suggestion isn't implemented I'd like to give it a shot
That is what the quick panel does.. If you have the quick panel settings on, then when you sniff the file it should pull all errors out of the report and produce you a list that allows you to jump to the error.
Other than that, if you turn debug "show_debug": true
on you can see all the output from the commands in the console.
Maybe this ability is already there, but if not then I think it would be a great help. Currently I have my
Packages/User/phpcs.sublime-settings
with:Currently I can only see the error in the
status bar
, which is cut of from the window width. New with sublime and not 100% sure what thequick panel
is. If I gotoTools
->PHP Code Sniffer
then I get the following list in a dialog:So give the above I think the plugin is working, so this is a feature request. Would like to see something like:
... clicking on the line number would jump to that line