Jonathan Briden
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
-
Created 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... -
Created 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... -
Created 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, ... -
Created Is there a way to avoid SQL inspections on non-SQL strings?
AnsweredThere'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... -
Created 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 ... -
Created How can I debug a URL called by a script?
Part of a project I am working on includes a postback URL, let's call it "postback.php".In the live environment, another server is calling "http://mydomain.com/postback.php?p1=v1&p2=v2".For testing... -
Created What's the best way to Upgrade PhpStorm?
Yesterday PhpStorm told me there was a new version 3.0.1, and that I should upgrade (from 3.0.0). I downloaded the new version and ran the installation.Today PhpStorm told me there was a new versio... -
Created How does the debugger "know" where to get the debug source?
I was having problems with PhpStorm not debugging my code, and thought looking at phpinfo() might help.Ironically when I tried to run a phpinfo() script in my browser it jumped into the debugger. :... -
Created Some quirky results in PhpStorm 3.0
I just started using version 3.0, and I'm getting some odd warnings.For example on the second line of this code... $wicon = ($colc <= 4) ? "img/icon_wait.gif" : "img/icon_waitsm.gif"; ... -
Created Debugger for Firefox 8
Firefox is bugging me to upgrade to FF8, but says the JetBrains debugger is incompatible.Is there a version compatible with FF8 yet?If not, when is it likely to come?Thanks