Vladislav Kosev

Results 151 comments of Vladislav Kosev

I also don't think it is every time, there is something specific in that example, but can't figure out what. Vladi. ________________________________ From: Vladislav Kosev ***@***.***> Sent: 15 March 2021...

By the way, we should probably find what's wrong with the formatting of the "Frame" in VS Code.

I actually played with the formatting of these Twigs quite a lot, I will share the result at some point. :-)

So the problem causing that bug is that the code: ``` $offsetReflection = $this->reflector->reflectOffset($document, $offset); $symbolContext = $offsetReflection->symbolContext(); ``` `$symbolContext->symbol()->position()`, which `HoverHandler` is using (that's why it's not happening in...

Your argument is that because it is "unsafe" the LSP should help the user by saying that this method _might not exist_. I think that the language server does not...

Ideally the option would be _"Ignore missing properties and methods for FQNs"_ and you would give an array of FQNs for the LSP to ignore the error on.

I am not sure if this should not be prioritised internally. if the $ was included in the sort, only variables will be up there.

I don't understand - aren't they all class members?

Yes, so everything on this list is a class member of the current class. I don't see how that helps in that case. How do you imagine this prioritisation being...

It looks that way. That's why I created the issue - so we don't forget to look at it one sunny day.