Visual Studio plugin to format document on save.
Stars
34
Forks
5
Watchers
34
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
Add Install.cmd and Uninstall.cmd to install and uninstall .vsix files automatically.
a59455cView on GitHubFix when "Extension cause delayed FormatDocument" filter is empty, all files are processed.
1aaca49View on GitHubWhen formatting in project/solution, with a .editorconfig set to space, FormatDocument use tab instead. It seems FormatDocument ignore .editorconfig, and only apply VS's settings. So I recall the old trick: run TabToSpace after FormatDocument.
965bbc0View on GitHubIn VS2022 .cshtml file, undo cause some error which totally disabled undo function. It seems undo is not necessary in new VS versions.
b82a8efView on GitHubChange hint text CRLF to Windows(CRLF), make it more clear.
7dfe2a8View on GitHub