Stephan Unverwerth

Results 8 comments of Stephan Unverwerth

IMHO this is a real shortcoming in the protocol... the IDE should be the one to decide which files the language server needs to see. Not the other way around.

> How can the IDE know what files the LS needs? Right now it can't. But this was more a thought about extending the LSP. The LS could announce to...

@felixfbecker This bug occurs because `define()` nodes in the stubs file do not have a type set. Also, this only seems to happen when the constant is used in an...

@peon501 Please keep in mind that everyone who contributes to this project is doing so during their free time. No one gets paid for it and there are a lot...

Do you see any errors under "Help" > "Developer Tools"

Can anybody give more information? It works fine for me. Extension version? Operating system? PHP Version? How many source files?

I am currently playing around with this. What I have so far is similar to the mechanism by which the generated AST is tested: For each test case `X.php` there...

There is a short PHP Tag at the closing UL. I don't think tolerant PHP parser recognizes this as PHP code. Short tags are deprecated anyway.