Vladislav Kosev
Vladislav Kosev
So that's definitely Advanced completions/Inline completions being turned on. I think my default state was Advanced=ON, Inline=OFF. After turning them on and off again, it seems that Advanced cannot be...
Yes. The actual problem is that my initial state was "Advanced=ON, Inline=OFF", which if I understand correctly is not a valid combination.
Yes please.
Actually I reported this error to the VSCode guys about this and they are not fixing it. I have disabled the built-in PHP validation because a) causes this error and...
Don't remember, sorry.
Ideally it should be on project level, e.g. install a plugin to phpunit.
My current problems, to be precise are these: 1. I cannot compare Doctirne entities, because if the test fails, their textual representation is huge and unreadable. 2. The test cases...
> Correct me if I'm wrong, but what you are asking for can already be achieved using a custom comparator: > > ``` >
I get your point. Lets consider an example. Say that I want a custom string representation of the class `Apple`, because the default one is too big. Then, I can...
See my point? If I compare data structures that _contain_ the objects I need to use my comparer on, it won't be called and the default textual representation is used....