-
-
Notifications
You must be signed in to change notification settings - Fork 460
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
Support VSCode 1.49 format modified lines feature #1562
Comments
I'll look into it. Prettier formatting of partial documents though tends to be not very good. |
Fairly certain microsoft/vscode#107151 is related to this. |
Any update on this? Would be awesome! |
@CoLdAs1cE This plugin supports formatting modified lines. Instead of running the |
yeah that seems to work somewhat, but dont like jsx 😄, if u have a |
Range formatting doesn't work very well in prettier. There are many issues open with the core library: https://github.com/prettier/prettier/issues?q=is%3Aissue+is%3Aopen+range+ |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
VS Code doesn't support this natively. We would only add this if VS Code's edit providers add this type of API.
Originally posted by @ntotten in #630 (comment)
Since version 1.49, VSCode has the option to apply auto-formatting only to modified lines. Maybe its worth revisiting the referenced issue now.
The text was updated successfully, but these errors were encountered: