Vscode-intelephense: Add IntelliSense to PHPDoc @var annotations

Created on 5 Jun 2019  路  2Comments  路  Source: bmewburn/vscode-intelephense

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.

image

Thanks for your feedback! :wink:

Most helpful comment

Could be your editor settings. Works for me with comments: true.

"editor.quickSuggestions": {
        "other": true,
        "comments": true,
        "strings": true
    }

All 2 comments

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! 馃憣

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aleksandervines picture aleksandervines  路  3Comments

ghnp5 picture ghnp5  路  3Comments

dgunay picture dgunay  路  3Comments

Ilyes512 picture Ilyes512  路  3Comments

superadmini picture superadmini  路  4Comments