DEV Community

Discussion on: Seeking advice for best practices on formatting code

Collapse
 
ingloriousratbastard profile image
Javier Yzaguirre

Also not sure as to what you mean but perhaps you might look into some extensions for your IDE of choice. For VS Code, check out Prettier, Beautify, and Better Align to kind of tighten up your code a bit. Bracket Pair Colorizer also comes in handy.

There are some slightly more advanced extensions like Quokka and GitHub Copilot that will help with suggestive code completion.

Collapse
 
kurtreyn profile image
Kurt Reynolds

I've got Prettier, but haven't heard of the others. Thank you for the information.