phpactor / coc-phpactor

Phpactor CoC Extension
https://github.com/phpactor/phpactor
MIT License
28 stars 3 forks source link

Disable completion #18

Open Herz3h opened 2 years ago

Herz3h commented 2 years ago

Hello

I'm using another coc extension for php completion, is there a way to disable phpactor completion ?

thank you for this amazing project!

dantleech commented 2 years ago

At a very crude level you could remove the LanguageServerCompletionExtension:

https://github.com/phpactor/phpactor/blob/21d1a70d8a8cc6b455d5c56646dc74f99f1bd03d/lib/Phpactor.php#L133

But currently there is no way to do this with configuration