options-completion-phpstorm-plugin icon indicating copy to clipboard operation
options-completion-phpstorm-plugin copied to clipboard

Typehinting for Variables

Open splitice opened this issue 10 years ago • 0 comments

It would be great if typehinting could be extended to cover inline variables (@var), properties (@var) and return types (@return)

Somewhat related to #4 I believe. Syntax should be as simple as:

/**
 * @var array $test {
 *      @var ATestObject name1
 * }
 */

splitice avatar Nov 12 '15 04:11 splitice