Courtney Miles

- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 22
-
Created Limit results of "Navigate to Table" to the current server and active database.
Is there an option to limit the results of Navigate to Table (CTRL+N) to the current server and/or active database? I have connections to a number of servers, including my own development server, a... -
Created Force the MySQL SQL_MODE on connection?
AnsweredDoes DataGrip have any way to allow me to set the SQL_MODE automatically for my connection to a MySQL database? For example, MySQL Workbench has a specific field for the connection that would set t... -
Created Set terminal shell path to mintty/bash?
I run PhpStorm on Windows but use Cygwin for all my terminal work.I would like to configure PhpStorm to use Cygwin for it's terminal as well.I tried setting the shell path to mintty.exe, but when I... -
Created Correction to SimpleXmlElement stub?
I have a file that uses SimpleXML heavily and it's overflowing with notices because the SimpleXMLElement stub is not ideal.I think the stub for SimpleXMLElement::__get() should be:/*** Provides acc... -
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...