mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#phpstorm

0 Beiträge0 Beteiligte0 Beiträge heute

Here’s a `phpstorm <dir>` bash function that works like `code <dir>`, i.e. opens the given directory as a project in #phpstorm.

```
phpstorm() {
local dir=$1
(nohup PhpStorm nosplash "${dir}" >/dev/null 2>&1 &) >/dev/null
}
```

I couldn’t find this anywhere, and it seems to work for me.

You probably need to set Settings→Tools→Generate shell scripts in the JetBrains Toolbox App to have the `PhpStorm` command available.

My usual flow is:

```
cd /some/project/dir
phpstorm .
```

#AI is a cost factor in web development - and I expect increased prices, not cheaper solutions in future. Has anyone experience with local models (without cloud pricing), which CPU is required, etc.? E.g. for #jetbrains #phpstorm AI offline mode or other tools? 🤔 (And is there any chance that they might be a bit more sustainable in regards to energy usage? 🌱)

jetbrains.com/help/ai-assistan #KI

AI Assistant HelpSwitch to offline mode | AI Assistant

I haven’t had many problems with #PhpStorm’s #Xdebug 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.

This is the error I see in the step debugging console. The only thing I know has changed is PhpStorm (it upgraded).

```
Cannot find file '/path/to/ramsey/uuid/Standard input code' locally.
```

🎉 I saw this startup image when launching PHPStorm this morning. PHP turned 30 over the weekend!

I've been part of those 30 years for 28 of them, and the last 10 years (since PHP 7) have been the best. I'm constantly amazed at how much the language and the whole ecosystem have evolved (looking at you, Composer).