Ben Selby

Results 47 comments of Ben Selby

Hey @skeeith Full disclosure, I won't be able to test this on windows, and I don't even use Sublime Text anymore, so testing this on a Mac is going to...

Hey folks. Apologies. I don't use PHP or Sublime anymore (Nor do I have a Windows machine), so realistically I'm not going to be able to get to look this....

Thanks for the contribution @srichter I'm currently not working with PHP, or Sublime, so cannot quickly test this. It may be a while before I can rig this all back...

Hey @pierresh Is `extensions_to_execute` defined in your settings to `PHP`?

Ok. I have to be honest and say I've not used Sublime in about 3 years and I'm no longer using PHP. Therefore it's unlikely I'll be able to fix...

So defining something like ``` { "keys": ["super+k", "super+f"], "command": "phpcs_fix_this_file", "args": {"tool": "CodeBeautifier"}}, ``` In your key bindings config didn't work?

Hey. So to show the warning panel, you will need to sniff the file, which takes you back to the comment above. I may have misunderstood otherwise.

So I believe you will need: ``` { "keys": ["super+k", "super+f"], "command": "phpcs_fix_this_file", "args": {"tool": "CodeBeautifier"}}, ``` In your keymap. This will then allow you to run a shortcut to...

Hi @oakbani I don't have access to a windows machine, which makes supporting this a tad tricky. Could you post the output from the console when `debug=true` please and also...

Hey. What’s the above error please?