phpactor / vscode-phpactor

Phpactor VS Code Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

just using the refactoring tool is it possible?

dhenfie opened this issue · comments

i just want to use refactor tool is it possible? how do i set it in vscode, where i have to edit the config?.

If you install the extension and phpactor and it just works. I am not sure you can disable the other language server features, though.

Apakah bisa menonaktifkan automplete?

I don't understand that language.

Sorry. How to disable autocomplete.

commented

i also had the same question as am already using https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client which both have some overlapping features for example the symbol provider, ReferenceFinder, etc..

so the fix for that was create a config file, and remove the support that i dont need ex.

// under "container.extension_classes"
"Phpactor\\Extension\\LanguageServerSymbolProvider\\LanguageServerSymbolProviderExtension",
"Phpactor\\Extension\\LanguageServerReferenceFinder\\LanguageServerReferenceFinderExtension",