Dawid Pakuła
Dawid Pakuła
I'm not using this feature because not working well with Doctrine plugin, but I'm afraid I'll be forced to rewrite it for new model.
It was planned during holiday, but second covid wave happen... I'll grab some time during Christmas and prepare a least basic PHP8 support (syntax checker). I'll also need this version...
If you modify CUP file, eclipse regenerate parser during build. You can even find eclipse plugin with basic colouring/validation. As far as I remember PHP8 require from us a lot...
We also have two ASTs: 1. Advance, as legacy form JDT, with basic binding, cache etc. Used by semantic colouring (like deprecated) and by some content assist features (like ctrl/cmd+2...
In general, what I want/plan: 1. Drop DLTK - copy/migrate lucene search and code inference 2. Drop WTP - use WildWebDeveloper only 3. Use GenericEditor (LSP ready) 4. Merge Doctrine/Twig/Symfony...
> OK, it seems a very nice plan, not so sure I can help in anything in those conditions I don't know the Eclipse platform and tooling enough for anything...
OK, I finally grab some time...
Unfortunately Handly based model is still in experiment phase :/ I'll introduce PHP 8 parser for current model in next week
I'm not sure where is a problem. `$this->data` works fine, example in collection: ```php class Collection { /** @var Foo[] */ private array $data = []; public function test() {...
yeah, not only here. Auto generated getter/setter completely ignore FQN's . Probably due same reason I'll take a look