hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
215 stars 55 forks source link

Option to disable PHPUnit code completion suggestions #207

Closed ph7jack closed 3 years ago

ph7jack commented 3 years ago

Disable it image

hbenl commented 3 years ago

Test Explorer does not display these suggestions, please open an issue in the PHPUnit repo.

ph7jack commented 3 years ago

If i disable this extension, theses suggestions don't show If not with that extension, what is the repository?

AlexHaxe commented 3 years ago

Test Explorer UI doesn't contain any PHP related functionality. disabling it also disables extensions that depend on it. according to README.md there are two extensions for PHP: PHPUnit Test Explorer and PHP Tools for VSCode

see if disabling them also removes those messages. my guess would be on phptools, because that one brings (amongst other things) diagnostics and signature help (which I assume is what you're seeing). if it doesn't go look at the list of installed extensions and filter for PHP. try disabling them one by one to see which one is responsible. there might be one extension that depends on test explorer UI but isn't listed in README.