Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Lars-Janssen's avatar

Visual studio code php storm method docblocks

Hi,

How do I get the same docblocks like in phpstorm for a method but then in visual studio code`?

Found this one:

https://marketplace.visualstudio.com/items?itemName=neilbrayfield.php-docblocker

But it does not add auto docblocks?

Thanks

0 likes
4 replies
Lars-Janssen's avatar

@tykus what keys do you press when you are in a method that will generate the docblocks?

tykus's avatar

I don't have a key-binding just /** and tab:

Completion snippet after /** above a class, function, class property

Please or to participate in this conversation.