Are named arguments in PHP 8 supported yet?
Hi, I have read that named arguments are supported but I don't see a way to prefill them using the context menu and I also get interpreter errors in the IDE when manually typing them:

It would be great to at least remove the parse error warnings. Any help appreciated.
请先登录再写评论。
Hi there,
Yes, they are supported in PhpStorm 2020.3
https://blog.jetbrains.com/phpstorm/2020/12/phpstorm-2020-3-release/#php8
Thank you!