-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - Only format modified text #3111
Comments
Use can use the |
I was talking about to adapt this VSCode feature https://code.visualstudio.com/updates/v1_49#_only-format-modified-text in its PHPCS extension valeryan/vscode-phpsab#31 Thanks @gsherwood |
My vscode extension does not have any association with phpcs beyond utilizing it. I assume this issue would be better handled on my extension. @gsherwood I would close this... |
Good discussion, but closing as this is not something that is going to be handled at the PHPCS level. |
VSCode 1.49.0 comes with setting the only format modified text using the setting
"editor.formatOnSaveMode": "modifications",
. Do PHPCBF come with a setting to format only the modified area of the file?The text was updated successfully, but these errors were encountered: