ObliviousHarmony / vscode-php-codesniffer

A VS Code extension for integrating PHP_CodeSniffer.
https://marketplace.visualstudio.com/items?itemName=obliviousharmony.vscode-php-codesniffer
Other
40 stars 2 forks source link

Document VS Code Native Setting Integration #78

Closed ObliviousHarmony closed 11 months ago

ObliviousHarmony commented 11 months ago

There have been some questions around things like auto-fixing that have popped up a few times. The advice is just to use VS Code's feature, but there's a point to be made that we should document that use-case.

ObliviousHarmony commented 11 months ago

Guidance can be found here: https://github.com/ObliviousHarmony/vscode-php-codesniffer/issues/41#issuecomment-1712652939

ObliviousHarmony commented 11 months ago

Actually, this is already a feature supported by the extension. It runs the formatter on save if you select that option, I'll document that instead. I also found an error with the debounce.