We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
you recommend:
I recommend to disable VS Code's built-in PHP IntelliSense by setting php.suggest.basic to false to avoid duplicate suggestions.
Before:
After:
I'm not quite sure if something is wrong here, but I think the way it was "before" is much nicer. 😁
Maybe someone can clear things up here.
The text was updated successfully, but these errors were encountered:
Hey @Morgy93,
We did a quick check and this issue looks very darn similar to
This could be a coincidence, but if any of these issues solves your problem then I did a good job 😄
If not, the maintainers will get to this issue shortly.
Cheers, Your Friendly Neighborhood ProBot
Sorry, something went wrong.
I think what you are missing is #18. Check out #438 (thanks @probot-dup!)
The built-in IntelliSense uses regexps to find methods. It is far superior in detecting own symbols and doesn't do any attempt to resolve types, e.g.
$foo->bar->baz // no IntelliSense for baz, guaranteed!
Descriptions of the standard library are the same as in PHPStorm, you can do PRs to https://github.com/JetBrains/phpstorm-stubs to improve them
No branches or pull requests
Hello,
you recommend:
Before:


After:


I'm not quite sure if something is wrong here, but I think the way it was "before" is much nicer. 😁
Maybe someone can clear things up here.
The text was updated successfully, but these errors were encountered: