php-language-server
php-language-server copied to clipboard
Methods from used traits not completed
The following simplified example is not completed:
class A {
use B; // Defines public function foo()
function bar() {
$this->f|
}
}
As I'm working on a code base that makes heavy use of traits, I would be willing to fix this on top of this: #451 (I have an almost working version of the change you requested for global symbols, but I'll be busy with work for at least a few days, so no PR until then.)
Related: https://github.com/felixfbecker/php-language-server/issues/331
Is there any progress visible (like a branch somewhere)? I just discovered the whole emacs-lsp infrastructure, and am thrilled :) -- I would like to help to get trait-treatment going, if possible.
any progress?
Any news, vscode still not follow references when i use Traits which point on an Object dynamically generate. Eclipse do that but vscode not why ? Maybe i need a special package on top or Intelisense and intelephense ?