We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Tarik
As the title demonstrates the problem is the the php-imports.formatOnSave option is not working when the native editor.formatOnSave option is enabled
The text was updated successfully, but these errors were encountered:
I have fixed the issue with these keybindings
{ "key": "ctrl+s", "command": "runCommands", "args": { "commands": ["vscode-php-imports.format", "workbench.action.files.save"] }, "when": "editorLangId == php" }, { "key": "shift+alt+f", "command": "runCommands", "args": { "commands": ["vscode-php-imports.format", "editor.action.formatDocument"] }, "when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor && editorLangId == php" }
I hope this is useful.
Sorry, something went wrong.
No branches or pull requests
Hello Tarik
As the title demonstrates the problem is the the php-imports.formatOnSave option is not working when the native editor.formatOnSave option is enabled
The text was updated successfully, but these errors were encountered: