Courtney Miles

- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 22
-
Created Complete step-by-step tutorial for configuring PHPStorm and remote XDebug?
Does a complete tutorial exist for configuring PHPStorm and Remote XDebug?I'm pulling my hair out. I already have an existing project that was created before I adopted Vagrant. I've configured de... -
Created Configure remote debugging for multiple sites for a single project
I'm sorry for asking this, as I'm sure there are answers everywhere, but my searches have revealed nothing conclusive.I've been using PHPStorm for a few years and am now trying to take advantage of... -
Created Relax NG or XSD?
I need to develop some XML file and clearly document them. My decision for which schema format to use will be the one that's best supported by PHPStorm.I've worked with XSD before because it was t... -
Created Inject SQL Language - apply PHP logic within statement
I use PHP to build complex queries. For example, I might have a query that optionally joins to a table, or optionally includes a column, or has optional conditions in the where clause.Is there a w... -
Created Possible to make code completion the same between PHP And Javascript?
When editing PHP code and a code-completion list is display, I only need to press "Enter" to accept the first item. With Javascript, I have to press the down-arrow key once then press enter.I feel... -
Created Don't highlight whitespace differences in editor?
I'm using PHPStorm to edit files in a Git repository and PHPStorm highlights all changes I make in the editor.Sometimes I just need to wrap a block of code in an IF statement and indent the existin...