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.documentFormattingProvider: false diables the extension #9

Closed WraithKenny closed 6 years ago

WraithKenny commented 6 years ago

As far as I can tell, disabling the phpcbf.documentFormattingProvider option disables all of the other functionality, since the rest of the extension relies on the commands.executeCommand("editor.action.formatDocument") call.

WraithKenny commented 6 years ago

The commands.registerTextEditorCommand("phpcbf-soderlind") should probably be available independently of documentFormattingProvider via the Command Palette.

soderlind commented 6 years ago

I know. First extension, learning as I refactor.