Ben Mewburn

Results 193 comments of Ben Mewburn

@author-spirit does the [1.11 Pre-release](https://github.com/bmewburn/vscode-intelephense/issues/2918) resolve your issue?

> I disabled all other extensions to reproducing this issue, as of now no issues. I'll close this, as my understanding is that it is working now and it is...

Support for `class_alias` may help in cases like #700. It would be useful as a way to provide metadata where complex autoload scripts are used to resolve classes.

related https://github.com/microsoft/vscode/issues/157461

There's no plans to support formatting unbalanced elements within control statements.

The server is sending back markdown which explains the underscores and backslashes (4 bs to escape 2 bs for json then 2 bs to escape 1 bs for markdown). Are...

> Do you see any other way to get partial example code snippets rendered correctly? The better approach might be to just preserve all whitespace as is. I'll look into...

So as I understand it coc.nvim doesn't fully support markdown but if it sees a fenced code block it will render this correctly. Intelephense doesn't have a concept of partial...

I think the issue is that neovim lsp does not support dynamic registration (https://github.com/neovim/neovim/issues/13634), so there is not currently a way to disable/enable via the standard LSP configuration api. To...

I think the upstream stubs could be improved to solve this https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_c.php#L1340