Toskan
Toskan

Reputation: 14931

Generic PHPDoc with IntelliJ / PhpStorm?

I was watching the founder of phps talk here:

https://youtu.be/rKXFgWP-2xQ?t=27m26s

notice at 27m 26s

enter image description here

Is this supported by IntelliJ IDEA / PhpStorm or not? My version does not seem to know it.

Is there maybe a plugin?

Am I missing something? I thought I'm up to date with PHPDocs

Upvotes: 3

Views: 733

Answers (1)

Michael Cordingley
Michael Cordingley

Reputation: 1525

This will be supported by PHPStorm in a future release. It's currently supported in EAP build 183.2635.12 and looks like it will be a part of the 2018.3 release.

https://blog.jetbrains.com/phpstorm/2018/09/phpstorm-2018-3-eap-183-2635-12/

Upvotes: 1

Related Questions