soderlind / vscode-phpcbf

PHP Code Beautifier and Fixer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=persoderlind.vscode-phpcbf
GNU General Public License v3.0
28 stars 10 forks source link

phpcbf.onpaste option #20

Open srikat opened 6 years ago

srikat commented 6 years ago

Hi,

It would be nice to have an additional "phpcbf.onpaste" option to automatically format the code when it's pasted into the editor.

garrettw commented 5 years ago

Agreed. What it needs to do is provide a formatter that VS Code recognizes, and then I think it should work automatically, based on the editor.formatOnPaste setting. Actually it looks like it already does, as I see a setting called phpcbf.documentFormattingProvider. So you may just need to enable editor.formatOnPaste.