Visual Studio Code Extensions
Contents
- 1 Turbo Console Log
- 2 Live Server
- 3 JSON to Code
- 4 Auto Import
- 5 Import Cost
- 6 Indent-Rainbow
- 7 SVG Viewer
- 8 Prettier — Code formatter
- 9 React Native Tools
- 10 Sublime Text Keymap and Settings Importer
- 11 npm Intellisense
- 12 lit-html
- 13 highlight-matching-tag
- 14 GitLens — Git supercharged
- 15 Git Project Manager
- 16 Git History
- 17 File Utils
- 18 Bracket Pair Colorizer
- 19 Color Highlight
- 20 CSS Peek
- 21 Debugger for Chrome
- 22 Quokka.js
- 23 Trailing Spaces
- 24 TypeScript Hero
- 25 WakaTime
- 26 Vetur
- 27 Code Runner
- 28 vscode-icons
- 29 Jest
- 30 React.js code snippets
Turbo Console Log
This extension make debugging much easier by automating the operation of writing meaningful log message.
https://marketplace.visualstudio.com/items?itemName=ChakrounAnas.turbo-console-log
Live Server
Launch a development local server with live reload feature for static & dynamic pages
https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
JSON to Code
Converts your JSON into a interface usable in strong-typed languages with a single command.
https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype
Auto Import
Automatically finds, parses and provides code actions and code completion for all available imports. Works with Typescript and TSX.
Import Cost
This extension will display inline in the editor the size of the imported package. The extension utilizes Webpack with the babili-webpack-plugin in order to detect the imported size.
Indent-Rainbow
A simple extension to make indentation more readable.
Download == IntelliSense for CSS class names in HTML A VSCode extension that provides CSS class name completion for the HTML class attribute based on the definitions found in your workspace or external files referenced through the link element.
SVG Viewer
An easy way to preview SVGs.
Prettier — Code formatter
Can’t live without this one — VSCode package to format your JavaScript / TypeScript / CSS using Prettier.
React Native Tools
Code-hinting, debugging, and integrated commands for React Native
Sublime Text Keymap and Settings Importer
This extension converts visual studio code bindings to the same as ST3. Give it a spin and try this:
cmd ⌘ + P — Mac
ctrl + P — Windows
You can go to files, and also if you add the > symbol in front of the search you can search for actions, like toggling the built-in terminal, installing extensions, and so on.
Big win for those of us who are used to ST3 shortcuts. 🎉
npm Intellisense
VSCode plugin that autocompletes npm modules in import statements.
lit-html
Adds syntax highlighting and language support for HTML inside of JavaScript and TypeScript tagged template strings, as is used in lit-html and other frameworks.
highlight-matching-tag
This extension is intended to provide the missing functionality that should be built-in out of the box in VSCode — to highlight matching opening or closing tags.
GitLens — Git supercharged
Git Project Manager
Git Project Manager (GPM) is a Microsoft VSCode extension that allows you to open a new window targeting a git repository directly from a VSCode window.
Git History
View a git log or file history, and compare branches or commits
File Utils
A convenient way of creating, duplicating, moving, renaming and deleting files and directories.
Bracket Pair Colorizer
A customizable extension for colorizing matching brackets. Super useful when working with a lot of callbacks.
Color Highlight
This extension styles CSS/web colors found in your document.
CSS Peek
Allow peeking to CSS ID and class strings as definitions from HTML files to respective CSS. Allows peek and goto definition.
Debugger for Chrome
Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.
Quokka.js
Live Scratchpad for JavaScript (useful for quick demos).
Trailing Spaces
Highlight trailing spaces and delete them in a flash!
TypeScript Hero
WakaTime
Metrics, insights, and time tracking, automatically generated from your programming activity.
Vetur
Vue tooling for VSCode
Code Runner
Run a code snippet or code file for multiple languages.
vscode-icons
Icons for VSCode.
Jest
Use Facebook’s Jest With Pleasure.
React.js code snippets
Code snippets for React.js development in ES6 syntax.