CodeIntel icon indicating copy to clipboard operation
CodeIntel copied to clipboard

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

Open TomaszGasior opened this issue 6 years ago • 1 comments

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

TomaszGasior avatar Jul 06 '18 20:07 TomaszGasior

Found it too

ziotoie00 avatar Dec 25 '18 10:12 ziotoie00