Ray When entering /** above a variable currently the comment creates an inline @var comment. Can you have an option to make it multiline? ie. Also there is no need to include the variable reference. Can you also make this an option to include or exclude the variable?
JakubMisek preparing pre-release with the new php.docblock.variableSnippet setting vscode setting would look like the following: { "php.docblock.variableSnippet": { "singleline": false, } }