Mark Kirchner

Results 3 issues of Mark Kirchner

**Prettier 2.4.1** **PHP Plugin 0.17.6** **Input:** ```php use JetBrains\PhpStorm\Pure; class Test { /** * Method with an attribute. * @param string $foo * @return string */ #[Pure] public function withAttribute(string...

bug

**Feature description or problem with existing feature** Currently (as far as I can tell) it's not possible to distinguish between "public/protected/private" methods and properties in the outline (and code completion...

I have a dev container setup for an app consisting of multiple docker containers (=> `.devcontainer.json` points to a `docker-compose.yml`) running on a Windows host using the WSL2 backend. The...