Jonathan Briden
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 11
-
Jonathan Briden 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论, -
Jonathan Briden 创建了一个帖子, 已回答Is 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 进行了评论, -
Jonathan Briden 创建了一个帖子, 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 ... -
-
-