[php] PHP Intellisense support is too poor #3683
Labels
feature-request
Request for new features or functionality
help wanted
Issues identified as good community contribution opportunities
php
PHP support issues
Milestone
The intellisense support for PHP is too poor.
class Foo(){
public function bar(){
}
}
$x = new Foo()
$y-> // Shows bar()
The text was updated successfully, but these errors were encountered: