Dave C
Web developer trying to stay sane in this industry.
- 活动总数 408
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 43
- 订阅数 120
-
已编辑于 Skipping latest PHPStorm update
2020.2.2 appears to not have bug fixes essential to me using the program, for these issues and others: Down-click auto-select of text in Find results, even after the box is closed, among other rel... -
已编辑于 Find box keeps being weirdly small upon open
This started happening recently... I open the Find box and it's shrunk to 1/3rd of the size I had it, without me changing PHPStorms window width or screen resolution. I'm on a 27" iMac from 2017 t... -
创建于 PHPStorm update on Mac requests access to Documents, Downloads, Desktop, and... Photos?
Why tho? Really JetBrains? You don't access to these folders. All of my repos are in Sites. I can't even imagine why it now needs access to all of these things now, especially Photos. I mean, that... -
创建于 Missing return argument warning on intentional null return for class method
Why is this even a warning? I want to return null if they passed an argument that can't have anything done with it. I can then check if the return of the method is null to do something specific if... -
创建于 Clicking a search result in a text file highlighted from the Find box auto-selects the result
This is really annoying, and started happening several updates ago (I'm on the latest). When I have search results from the Find box highlighted in yellow in the file, clicking somewhere else then ... -
创建于 PHPStorm still can't tell which files are being included in tracing declarations
I copied this function from one file to another, just temporarily probably, and now when I Cmd+click on it in the original file, it doesn't go to that function in the file it includes, it shows bo... -
已编辑于 PHPStorm more buggy this year because JetBrains wants to push people to WebStorm?!
Sorry for the long post: Enjoy or skip, just at least don't reply without reading it all. I mentioned to a coworker that it seems PHPStorm has become more buggy since January with all of the update... -
已编辑于 Find in Path results sometimes only shows inner HTML text instead of full code line for each file result
On a previous search, this would show the full HTML code line (an anchor tag in this case); this time, it only shows the inner HTML: I'm not seeing any reason why it suddenly will only show the in... -
已编辑于 Sometimes clicking a variable will auto-select it
I can't tell what causes this to happen, but it's typically when there's some odd code or text in the file (like if I'm in the middle of writing a function call so the line is incomplete and invali... -
已编辑于 Not understanding this hover pop-up error in SQL...
Maybe I just don't understand SQL enough, but I'm not even sure I'm reading right what the PHPStorm warning is trying to tell me... I found the code from here: https://stackoverflow.com/a/24958578...