DEV Community

Discussion on: 8 Awesome VS Code Extensions for JavaScript Developers

Collapse
 
atinypixel profile image
Aziz Kaukawala

Great list mate! Here's few that might be useful:

  • Error Lens: Improve highlighting of errors, warnings and other language diagnostics.
  • Surround: A simple yet powerful extension to add wrapper templates around your code blocks.
  • Turbo Console Log: Automating the process of writing meaningful log messages.

Happy Coding

Collapse
 
bobbyiliev profile image
Bobby

Great suggestions! Thank you for mentioning those!