DEV Community

Discussion on: Pro tips for Visual Studio Code to be productive in 2018 👨🏻‍💻

Collapse
 
ickas profile image
Henrique Macedo

One thing we can't forget is the Prettier plugin. We just need to focus on writing code, save, and buumm... code is formatted. It's magic!

Collapse
 
iankurbiswas profile image
Ankur Biswas • Edited

Thanks for sharing your opinion. Prettier does make our job easier when it comes to code indentation. But you've to remember that, Prettier doesn't support languages like Python, Ruby, Swift, PHP, Java. They're currently working on these languages.