Courtney Miles

- 活动总数 64
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 22
-
已编辑于 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... -
已编辑于 Unable to connect using SSL (CA file) with MySQL Connector/J ver. 5.1.44
已完成Workaround: 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:... -
创建于 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... -
创建于 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... -
创建于 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. ... -
创建于 How to stop the Directory listing in the Project Panel from sometimes collapsing?
已回答Every 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... -
创建于 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... -
创建于 Force the MySQL SQL_MODE on connection?
已回答Does 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... -
创建于 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... -
创建于 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...