Results 23 comments of Kamil

I'm experiencing same problem. As a workaround for now I open a new "untitled" tab, and then right-click on the folder

For those looking for an open-source PHP LSP solution there is [phpactor](https://github.com/phpactor/phpactor), which works great for me. I can't tell though how good it is in vscode, as I'm not...

It's used in quite large project - Magento 2. Example: https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml#L13 _Randomly selected this example, and noticed that even they cannot be consistent in same file_ I can try PR-ing...

Magento allows you to override templates (the example referenced) by placing the files in correct folder outside vendor. Most of the time you copy whole template and start modifying. In...

I did create PR at source https://github.com/magento/magento2/pull/35576 to correct that problem at source. Will see how quickly this one will be merged. It doesn't change a fact that the issue...

> add a warning diagnostic for this invalid syntax I'll get my head around this

Thanks for pointing me to this as I was thinking about reaching you out to give me a little bit of a hint. I'll give it a try, if I...

I have to call it a day, so I send the progress I have so far. In order to make that working I've created `Phpactor\DocblockParser\Ast\Tag\InvertedVarTag` class as the `VarTag` didn't...

It's not as much of an issue for me currently, I just thought it would be worth to report it, as I couldn't find any related issues reported so far....

Thanks to this plugin: https://packagecontrol.io/packages/LSP, SublimeText could benefit from supporting the protocol as well