options-completion-phpstorm-plugin
options-completion-phpstorm-plugin copied to clipboard
Typehinting for Variables
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
* }
*/