Front-end Extentions and Prettier
Hello!
I am wondering what are the best Visual Studio Code Extentons and settings for Front-end Development. Furthermore, I installed Prettier on my PC and I don't think it works. It looks like this (cover image)
8 Replies
why do you think it doesn't work?
Based of stack-overflow, it is meant to look like this
well, your example has almost no markup, so it's hard to compare
unless you mean the colors or the visible tab makers, but that's not something prettier does
I thought it was meant to make you code look nicer in color terms
no, that's themes
prettier formats your code so that it's always consistent. For example, it'll enforce the use of one type of quote, put the opening curly brackets in the right place, make sure nesting matches indentation, stuff like that, all without making functional changes to your code
Ok
if you want to browse themes, you can do so on the marketplace: https://marketplace.visualstudio.com/search?target=VSCode&category=Themes&sortBy=Installs