ITNEXT

ITNEXT is a platform for IT developers & software engineers to share knowledge, connect, collaborate, learn and experience next-gen technologies.

Follow publication

Visual Studio Code Settings and Extensions for Faster JavaScript Development

Tilo
ITNEXT
Published in
4 min readFeb 19, 2019

--

🥰 Love this editor

Extensions

Prettier Code Formatter

npm

npm Intellisense

Bracket Pair Colorizer

React Refactor

Auto Close Tag

GitLens

Simple React Snippets

Markdown All in One

User Settings

Font Settings

"editor.fontFamily": "'Fira Code', 'Operator Mono', 'iA Writer Duospace', 'Source Code Pro', Menlo, Monaco, monospace", "editor.fontLigatures": true,
"editor.detectIndentation": true, 
"editor.renderIndentGuides": false,
// Enable auto-updating of import paths when you rename a file. "javascript.updateImportsOnFileMove.enabled": "always",

Emmet

"emmet.includeLanguages": { 
"javascript": "javascriptreact",
"jsx-sublime-babel-tags": "javascriptreact"
},
"emmet.triggerExpansionOnTab": true, "emmet.showExpandedAbbreviation": "never",

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Published in ITNEXT

ITNEXT is a platform for IT developers & software engineers to share knowledge, connect, collaborate, learn and experience next-gen technologies.

Written by Tilo

Engineering Manager @ Square. I enjoy reading and writing about finance, design, and software architecture.

Responses (4)

Write a response