Skip to content
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

PHP: don't autocomplete methods with "__" prefix #7

Open
TomaszGasior opened this issue Jul 6, 2018 · 1 comment
Open

PHP: don't autocomplete methods with "__" prefix #7

TomaszGasior opened this issue Jul 6, 2018 · 1 comment

Comments

@TomaszGasior
Copy link

For PHP language methods prefixed with "__" should not be shown by autocomplete. These methods are considered in PHP as "magic" and should not be called directly.

http://php.net/manual/en/language.oop5.magic.php

@ziotoie00
Copy link

Found it too

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