Jiří Velek
Jiří Velek
I would like to first check if firefox with chat is open, if not then open firefox in a new minimized window. Solution: Add a parameter with browser configuration (browser...
Tohle nema task na jolande, ale prislo mi to fajn udelat. Nemění to funkcionalitu, jen změna datovych typu / checku tak, aby lip fungoval autocomplete a diagnostika nehlasila blbosti.
Since this plugin already has some completions, is there a way of adding model completions? There are couple of limitations though. 1. getting the relevant model (possibly through lsp hover...
So I tried setting the style, however after some fiddling I found out that I need to set handler for on_column_resize for the style to even get applied. But it...
A lot of developers don't necessarily use PHPStorm, we use Vim, Neovim, Helix, Emacs, Zed, you name it. Tree sitter has become the de-facto standard for syntax highlighting, indentation, language...
This is preload.php from symfony, but it could happen on different code too probably. ```php
```php use Symfony\Component\Messenger\HandleTrait; use Symfony\Component\Messenger\MessageBusInterface; readonly class CommandHandler { use HandleTrait; } ``` should report: Readonly class App\CQRS\Shared\QueryBus cannot use trait with a non-readonly property Symfony\Component\Messenger\HandleTrait::$messageBus
### 🚀 Describe the Feature PHPActor has a nice feature - when creating a new file it will give you a code action to auto generate a file according to...
### 🚀 Describe the Feature Functions calls having more than 1 argument will always get formatted vertically (see example) Functions calls having 1 argument that is just another method call,...