Jonathan Briden

- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
-
Jonathan Briden created a post, Deployment Headaches
I am so frustrated with PhpStorm. For a couple of months now my deployment settings just randomly disappear. It's particularly noticeable when I switch to a project that I may not have worked on re... -
Jonathan Briden created a post, PHPStorm not adding ".js" on module names
The autocompletion in PhpStorm is generally pretty nice, but I keep getting caught out by it adding import statements without the ".js" on the end. E.g... import {OPTIONS} from './app'; Then when I... -
Jonathan Briden created a post, Can I connect the debugger to a PHP process started by another script (Windows)?
I have a test script that runs another PHP file asynchronously... $cmd = <<<EOTcmd /c php -f="$script" $argsEOT; $WshShell = new COM('WScript.Shell'); $WshShell->Run($cmd, 0, ... -
Jonathan Briden commented, -
Jonathan Briden created a post, AnsweredIs there a way to avoid SQL inspections on non-SQL strings?
There's a number of place in my project where PhpStorm is assuming a piece of text is SQL, usually because the word "select" appears in the string. E.g. $prompt = 'Select your country from the drop... -
Jonathan Briden commented, -
Jonathan Briden created a post, JSLint and switch statements
Overall I'm pretty happy having JSLint turned on, and have made some adjustments to cater for its desired formatting rules (like adding a space after the colon in object definitions).But one thing ... -
-
-