Open pelallemant opened 6 years ago
Hmm, I get completion:
But I noticed it's not consistent for some reason. Something fishy is going on. Maybe it enters an infinite loop somewhere
If I remind well, in my project, I use private packages. My private packages which are required in composer.json doesn't have a 'version' in their own composer.json . If the packages are parsed then written into cache files with the version, it may be from that.
Hi,
To illustrate my case, I wrote the following example. It does work perfectly with that size, but in my current project, it isn't able to resolve completion at the last line.
For example, I would like to have the autocompletion to do:
But after
$t->getter1()->
I do received only textDocument/completion notifications with 0 items.Are there way to see if some classes are parsed ?