phpactor / vscode-phpactor

Phpactor VS Code Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$this autocompletion

BladeMF opened this issue · comments

When I type $th and then hit Tab, I get this:

image

This is a known issue:

https://phpactor.readthedocs.io/en/develop/lsp/vim.html#two-dollars-on-variables

Note that we should probably switch the default value here,.

In vs. code I guess you should be able to add the above referenced configuration in a/the phpactor section.

Yes, I just tried it and it works. Thank you.