Courtney Miles
- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 22
-
Edited Tasks sometimes close when shelving changes 🙃
I have a long outstanding annoyance with PHPStorm where if I shelve a change list, it will sometimes close the task and remove the change list and sometimes not. It has behaved like this for maybe... -
Edited Unable to connect using SSL (CA file) with MySQL Connector/J ver. 5.1.44
CompletedWorkaround: https://youtrack.jetbrains.com/issue/DBE-2273#focus=streamItem-27-3540670.0-0 Workaround1: See https://youtrack.jetbrains.com/issue/DBE-5439#focus=streamItem-27-3352630.0-0 Workaround2:... -
Created Inspection Profile reset each time PHPStorm is opened
I created a custom inspection profile to look for some specific issues. Since then, this profile is stuck as the profile used by default when PHPStorm opens. I go to Settings > Editor > Inspections... -
Created Remove new files when shelving changes
I'm sure with a past version of PhpStorm, when shelving changes that introduce new files, the new files would be removed. What happens today is the the new files remain behind, but are untracked. W... -
Created Description not displayed from inherited @return PHPDoc?
I'm finding that PHPStorm does not display the description of a @return PHPDoc that is inherited interface. For example: interface FooInterface { /** * @return array An associative array. ... -
Created How to stop the Directory listing in the Project Panel from sometimes collapsing?
AnsweredEvery Nth time I open the Project Panel the directory listing is collapsed, requiring that expand my way though to find my place in the hierarchy again. I'm aware of the Autoscroll to Source and Au... -
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...