Keith Davis
- Total activity 1129
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 7
- Subscriptions 303
-
Created Automatic Closing Brace?
Something has changed or is broken. PHPStorm used to add the closing brace when I pressed space or enter, but no longer does that - did I disable it somehow? I can't find a setting for that. -
Created Invalid Inspection Warning - Can't resolve target expression - relative paths
We have never been able to use the "Unresolved include" Inspection due to the fact that it does not work as expected (https://intellij-support.jetbrains.com/hc/en-us/community/posts/206378639-Can-t... -
Created Watch variables pane or not?
So apparently JB moved the watches into the variables pane for a while and then this week they moved it back to it's own pane? Is there a setting that controls that? -
Created Why is ide-phpunit.php trying to load PHP_CodeCoverage_Filter?
We are not running PHPUnit with code coverage. Fatal error: Class 'PHP_CodeCoverage_Filter' not found in C:\Users\keithdavis\AppData\Local\Temp\ide-phpunit.php on line 327 Call Stack: 0.0254 205104... -
Created ide-phpunit.php vs phpunit
I know that previous projects always used ide-phpunit.php, today am having a problem with that file as it's trying to load the PHP_CodeCoverage_Filter and we don't use code coverage. However, in ch... -
Created Version Control - .iml File - PHARS?
We commit the .idea folder to Git, except for these files: .idea/dataSources.ids.idea/dataSources.xml.idea/workspace.xml.idea/shelf Works great, except that recently the .iml file has this section ... -
Created Disable new "autocomplete" function
Recently, PHPStorm added additional autocomplete functionality that moves my cursor the first position, then tries to insert a variable that is available, then I have to hit ENTER or ESC to get out... -
Created Git Push - No Warning For No Matching Remote Branch
Why does PHPStorm allow me to push to a remote branch that does not exist on the remote? From the command line, that is not allowed by default: C:\inetpub\Intranet_Local>git push origin 84617_Exc... -
Created Scope - Exclude Additional Content Roots?
I want to have a scope that just includes the composer.json and composer.lock files from the actual project root (Intranet_Local), not the additional content root (jenkins-php-tools), but I don't s... -
Created Disable "paste into string escaping"
A while back, PHPStorm changed the way that it pasted into strings so that it escapes quotes automatically when pasted into strings (and maybe other formatting):"Week of <?= date(\"F j, Y\", Common...