felixfbecker / vscode-php-intellisense

Advanced PHP IntelliSense for Visual Studio Code 🆚💬
MIT License
410 stars 88 forks source link

Auto completion not doing what I expected #481

Open mattkaye opened 4 years ago

mattkaye commented 4 years ago

I installed PHP with Homebrew. I turned off the default basic auto-suggest: "php.suggest.basic": false,

When testing something like substr, what I'm looking for is the entire method signature when the tab key is pressed. Something like substr ( string $string , int $start [, int $length ] ) : string What I get is literally the word substr.

How can I get the method signature? Thanks.

Screen Shot 2020-03-30 at 1 28 46 PM