DEV Community

Cover image for My Best 9 VS Code Extensions!
Aya Bouchiha
Aya Bouchiha

Posted on

My Best 9 VS Code Extensions!

I'm Aya Bouchiha, today I'm going to share with you my best 9 vscode extensions!

prettier

Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

better comments

The Better Comments extension will help you create more human-friendly comments in your code.

thunder client

for testing sending http requests like postman

AutoRename tag

autoRenameTag: used for automatically rename paired HTML/XML tag,

Bracket Pair Colorizer 2

Bracket Pair Colorizer 2: used for colorizing (), {} and []

Quokka

Quokka.js is a developer productivity tool for rapid JavaScript / TypeScript prototyping. Runtime values are updated and displayed in your IDE next to your code, as you type

The Best Theme

one of my favorites theme

Material Icon Theme

for changing the default directories icon to Material Design Icons according to the directory's name.

Indent-rainbow

Indent rainbow: used for making indentations mor readable.

Have an amazing day!

Top comments (2)

Collapse
 
stuffsuggested profile image
niksin
Collapse
 
ayabouchiha profile image
Aya Bouchiha

Amazing article 😁