People who use VSCode to develop -- are there any extensions for HTML / JS design that will auto-format your code to make it look pretty and organized?
Conversation
Show replies
Replying to
It's nice to configure the autoformatter (prettier or the built-in — prettier is nice if you have custom linting rules) to run on save. I don't think that's enabled by default with Prettier, still hafta hotkey or go to the command palatte
1
1


