Skip to content
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

Is there support for Format Document? #622

Open
tysonmatanich opened this issue Nov 3, 2024 · 1 comment
Open

Is there support for Format Document? #622

tysonmatanich opened this issue Nov 3, 2024 · 1 comment

Comments

@tysonmatanich
Copy link

Tried to use as the defaultFormatter via right click or Shift+Alt+F but nothing happens. Am I missing something?

"[css]": {
    "editor.defaultFormatter": "stylelint.vscode-stylelint"
},

I am aware it supports formatting on save via codeActionsOnSave fixAll, however this seems like a bit of a hack and requiring you to save the file to format it.

 "editor.codeActionsOnSave": {
    "source.fixAll": "explicit",
    "source.fixAll.stylelint": "explicit"
  },
@rjgotten
Copy link

rjgotten commented Nov 4, 2024

There is support for Format Document, but not for Format Selection.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants