Karen
- 活动总数 34
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
-
创建于 Directory confusion between PHPStorm project, codebase/git, and Claude Code
My codebase and git repo are at `C:/dev/www/kizunadb/public`. But the PHPStorm project directory is the parent `C:/dev/www/kizunadb` (I did that many years ago so that in the project pane I can see... -
创建于 After upgrade to 2025.2, some (but not all) settings are from ancient history
In PHPStorm 2024.3 I had various connections set up: my production server to see/edit files there, the databases on that server, automatic deployment to a staging area there for further testing, an... -
创建于 MySQL data source: "Address already in use: bind"
I used to have a happy connection to my local database (running on a Vagrant VM), but sometime recently (possibly related to upgrading PHPStorm to 2023.3 - I'm not sure), it stopped working. At fir... -
创建于 How to stop quotation mark autocorrect ripple effect
I'm editing some old code, which often has both single-quoted and double-quoted strings. I know PHPStorm has the urge to help, but it's screwing up code I'm not even touching. Below is an example -... -
创建于 Reminder to halt VM?
已回答I have a Linux VM on a Windows 10 host. I only use it when working on my PHPStorm projects, which is not an everyday thing. Sometimes I close PHPStorm, go on to working on unrelated tasks, and comp... -
创建于 "Unresolved variable" for markup in PHP echo; "Unresolved function..." for jQuery methods
Yeah, I know my code is very old with no separation of concerns (most of it written before PHPStorm was even invented), but it works, and I can't immediately refactor it all, so bear with me. Much ... -
创建于 Refactor lines with escaped quotation marks?
Back at the beginning of the century when I first learned HTML and PHP, I thought all strings in both languages had to be in double quotes. (Yeah, I know I was ignorant!) I now know I have options,... -
创建于 Minor mysteries in Version Control area
I'm trying to develop new habits of using PHPStorm for my git and github management. But sometimes I don't understand what it's telling me. Here are two things I currently see but don't understand ... -
创建于 Permanent spinner
Lately, there is always a spinner in the top right corner of my project pane, like this: I suppose there might be something stuck, but everything I do as a PhpStorm novice appears to work fine, in... -
创建于 Ancient code "passes" PHP7 Compatibility inspection - ha!
I'm gearing up to refactor a really old project (currently running on PHP 5.2.something) to run on PHP7. I read here that PHPStorm has a compatibility checker, so I followed the instructions: From...