Hello, It could be very useful to see the suggestions when writing a PHPDoc @var annotation. Actually this is already available by pressing Ctrl+Space but I think the popup should appear automatically like in a code block.

Thanks for your feedback! :wink:
Could be your editor settings. Works for me with comments: true.
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
Thanks a lot, it works perfectly! 馃憣
Most helpful comment
Could be your editor settings. Works for me with
comments: true.