Skip to content

Poorer intellisense than default? #444

New issue

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

Closed
Morgy93 opened this issue Jul 26, 2017 · 2 comments
Closed

Poorer intellisense than default? #444

Morgy93 opened this issue Jul 26, 2017 · 2 comments

Comments

@Morgy93
Copy link

Morgy93 commented Jul 26, 2017

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:
image
image

After:
image
image

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.

@duplicate-issues
Copy link

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

@felixfbecker
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants