shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

269
active users

#phpstorm

0 posts0 participants0 posts today
Ben Ramsey<p>I haven’t had many problems with <a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a>’s <a href="https://phpc.social/tags/Xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xdebug</span></a> integration in a long time. Most of the time, it Just Works, but today, it decided it doesn’t like me, and so now, my afternoon has been spent trying to get it to work again.</p><p>This is the error I see in the step debugging console. The only thing I know has changed is PhpStorm (it upgraded).</p><p>```<br>Cannot find file '/path/to/ramsey/uuid/Standard input code' locally.<br>```</p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a></p>
Ben Ramsey<p>Since <a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a> uses <span class="h-card" translate="no"><a href="https://phpc.social/@3v4l" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>3v4l</span></a></span> for its “scratch files” feature, I hope they’re donating much more than € 250 a month (€ 3,000/year). They’re getting a lot of value out of 3v4l.</p><p><a href="https://www.jetbrains.com/help/phpstorm/scratches.html#run-scratch-files" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">jetbrains.com/help/phpstorm/sc</span><span class="invisible">ratches.html#run-scratch-files</span></a></p>
Rimas Kudelis<p>Dear <a href="https://mastodon.online/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a>, WTF is wrong with you? Why would you run background processes occupying all of 12 of my CPU cores without even indicating what these processes are and letting me cancel them? My fan is spinning like crazy. You're sus.</p>
PhpStorm Blog<p>Join JetBrains PHPverse to Celebrate 30 Years of PHP<br><a href="https://techhub.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> <a href="https://techhub.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a> <a href="https://techhub.social/tags/News" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>News</span></a> <a href="https://techhub.social/tags/Php30" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Php30</span></a> <a href="https://techhub.social/tags/Phpverse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Phpverse</span></a></p><p><a href="https://blog.jetbrains.com/phpstorm/2025/05/join-jetbrains-phpverse-to-celebrate-30-years-of-php/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.jetbrains.com/phpstorm/20</span><span class="invisible">25/05/join-jetbrains-phpverse-to-celebrate-30-years-of-php/</span></a></p>
Ben Ramsey<p>I've not been this frustrated with a new version of PhpStorm in a long time. There are so many tiny, irksome issues, and they keep piling up. I've come to expect some rough patches each year when they release a new major version, but this time, it's really impacting my productivity and making me think about looking at alternatives. I can't be the only one experiencing these issues, and it's too cumbersome to stop what I'm doing to file support requests or bugs.</p><p><a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a> <a href="https://phpc.social/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a></p>
Ben Ramsey<p>This is merely annoying for creating new files, but when I move files in the tests/ directory, it completely mangles the namespaces. I think this is new in 2025.1.0.1, but I’m curious if others are seeing it before I spend time opening a ticket. Maybe I’m just missing some new setting.</p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> <a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a></p>
Ben Ramsey<p><span class="h-card" translate="no"><a href="https://mastodon.social/@digitalcraftsman" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>digitalcraftsman</span></a></span> I found the setting, and that didn’t fix things. Whenever I create a new file in the tests/ directory, it starts out in the global namespace, and I have to manually change it. If I create a file in tests/Foo/, the namespace is simply Foo. It’s not respecting my PSR-4 prefix set in autoload-dev.</p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> <a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a></p>
Ben Ramsey<p>PhpStorm appears to have forgotten how to deal with PSR-4 namespaces in autoload-dev. Or maybe I'm losing my mind.</p><p><a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a> <a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a></p>
Ben Ramsey<p>I think the latest version of PhpStorm (I have 2025.1.0.1) doesn't properly read `autoload-dev` from `composer.json`. It thinks all my test namespaces are wrong.</p><p>Is anyone else seeing this?</p><p><a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a> <a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a></p>
Ben Ramsey<p>It turns out I had my PHP CodeSniffer settings set to "By default project interpreter," but I didn't have `phpcs` configured with the default project interpreter?</p><p>I'm not sure how the UI was showing me code style warnings, based on my `phpcs.xml` file settings, but it was.</p><p>When I added a `phpcs` configuration for "By default project interpreter," things began working as expected.</p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> <a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a> <a href="https://phpc.social/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a></p>
Ben Ramsey<p>Is it just me, or does PhpStorm 2025.1 have a bug where it's not running phpcbf when you select "PHP Code Beautifier and Fixer: fix the whole file?"</p><p>It's getting very annoying, and I have checked and re-checked my settings a million times.</p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> <a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a> <a href="https://phpc.social/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a></p>
PhpStorm Blog<p>PhpStorm 2025.1 Is Now Available<br><a href="https://techhub.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> <a href="https://techhub.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a> #20251 <a href="https://techhub.social/tags/Release" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Release</span></a></p><p><a href="https://blog.jetbrains.com/phpstorm/2025/04/phpstorm-2025-1-is-now-available/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.jetbrains.com/phpstorm/20</span><span class="invisible">25/04/phpstorm-2025-1-is-now-available/</span></a></p>
DCoder 🇱🇹❤🇺🇦<p>Free <a href="https://ohai.social/tags/Phpstorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Phpstorm</span></a> improvement idea: an inspection that highlights variables with implicit `mixed` type. Consider: a variable storing the result of an unknown method call, a variable that is undefined and referenced more than once, an untyped object property, and so on.</p><p><a href="https://ohai.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a></p>
Ben Ramsey<p>This is pretty funny:</p><p>I finally got annoyed enough with an issue in <a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a> that I decided to create a ticket for it in their bug tracker.</p><p>It turns out there's already a ticket for it, and it links to a GitHub issue that references a Mastodon post that I made over two years ago.</p><p>🤣🤣🤣</p><p>Issue is here: <a href="https://youtrack.jetbrains.com/issue/WI-78517/PHPUnit-annotation-inspection-suggests-CodeCoverageIgnore" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">youtrack.jetbrains.com/issue/W</span><span class="invisible">I-78517/PHPUnit-annotation-inspection-suggests-CodeCoverageIgnore</span></a></p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a></p>
ShOtY<p>how can i make phpstorm://open?file=...&amp;line=1 links work in chrome ?<br><a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://phpc.social/tags/phpstorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>phpstorm</span></a> <a href="https://phpc.social/tags/phpstan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>phpstan</span></a></p>
Larry Garfield<p><span class="h-card" translate="no"><a href="https://phpc.social/@derickr" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>derickr</span></a></span> mode is set correctly. client is localhost:9000. discover_client_host is On. idekey is unset. </p><p>Looks correct, so I suspect a <a href="https://phpc.social/tags/PHPStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHPStorm</span></a> side issue.</p><p>Setting idekey to match what's in the IDE doesn't seem to do it.</p>
Annika Backstrom<p>I briefly tried <a href="https://xoxo.zone/tags/PHPStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHPStorm</span></a> but it shit the bed pretty hard our our 11G / 115k file monorepo.</p>
Dmitri Goosens :elephpant:<p>saw a colleague of mine coding <a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> on VsCode today</p><p>so yeah, once you have spent a couple of hours searching and installing plugins (hardest part being to find the good one) it works, kinda...</p><p>but it remains a shiny text editor IMHO<br>definitely missing the power of a real IDE and there is like NO BLOODY WAY I'm leaving <a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a> for that</p><p>granted, launching a project or building an index takes a little time<br>but it is by far compensated by the productivity it offers</p>
Ben Ramsey<p>Switching back-and-forth between <a href="https://phpc.social/tags/CLion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CLion</span></a> and <a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a> for the same project (so I can use intellisense and syntax highlighting on .php and .phpt files) is a pain in the ass, and for some reason, it corrupts the .idea folder, so I have to keep deleting it and letting the IDEs recreate it. <a href="https://phpc.social/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a></p>
Shawn Hooper (he/him)<p>Looking at the reviews for GitHub CoPilot integration with PHPStorm. Seeing lots of reviews that it pales in comparison to the VSCode plugin. </p><p>I won't change IDEs. </p><p>So:</p><p>1. Is it worth buying copilot?</p><p>2. is there another AI coding tool that works better with PHPStorm? </p><p><a href="https://fosstodon.org/tags/CoPilot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CoPilot</span></a> <a href="https://fosstodon.org/tags/PHPStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHPStorm</span></a></p>