Keith Davis

Avatar
  • 活动总数 1129
  • 最后的活动
  • 成员加入日期
  • 关注 1 名用户
  • 关注者数 0 名用户
  • 投票数 7
  • 订阅数 303
  • 创建于

    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.
    • 5 个关注者
    • 9 条评论
    • 2 票
  • 创建于

    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...
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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? 
    • 3 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    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...
    • 3 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 7 条评论
    • 0 票
  • 创建于

    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 ...
    • 6 个关注者
    • 14 条评论
    • 1 票
  • 创建于

    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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    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...
    • 3 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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...
    • 6 个关注者
    • 8 条评论
    • 9 票