DEV Community

Cover image for Noteworthy Trending Visual Studio Code Extensions of june 2020
Michael "lampe" Lazarski
Michael "lampe" Lazarski

Posted on

Noteworthy Trending Visual Studio Code Extensions of june 2020

Formatting Toggle

A VS Code extension that allows you to toggle the formatter (Prettier, Beautify, …) ON and OFF with a simple click.

You can install it with:

ext install tombonnike.vscode-status-bar-format-toggle

More info

TypeScript God

Unlock god mode for TypeScript development 🔱.

Raises the level of tooling support for TypeScript in VSCode. Bringing the learnings and knowledge from previously developing atom-typescript and alm-tools into VSCode to make VSCode the bestest.

You can install it with:

ext install basarat.god

More info

Version Lens

This extension shows version information when opening a package or project for one of the following:

You can install it with:

ext install pflannery.vscode-versionlens

More info

Twitch Themer

A Visual Studio Code extension that listens to twitch chat and allows viewers to change the streamers VS Code theme by sending !theme

You can install it with:

ext install MichaelJolley.vscode-twitch-themer

More info

Better Align

Align your code by colon(:), assignment(=,+=,-=,*=,/=) and arrow(=>). It has additional support for comma-first coding style and trailing comment.

And it doesn't require you to select what to be aligned, the extension will figure it out by itself.

You can install it with:

ext install wwm.better-align

More info

Deno

Adds Deno support for VS Code using the TypeScript Deno language service plugin.

This extension works using VS Code's built-in version of TypeScript. You do not need to configure the plugin in your tsconfig.json if you are using VS Code's version of TypeScript.

You can install it with:

ext install denoland.vscode-deno

More info

Svelte Beta

Provides syntax highlighting and rich intellisense for Svelte components in VS Code, utilising the svelte language server.

Do you want to use Typescript/SCSS/Less/..? See "Using with preprocessors" below.

If you added "files.associations": {"*.svelte": "html" } to your VSCode settings, remove it.

You can install it with:

ext install svelte.svelte-vscode

More info

Package Installer

A VSC extension to list packages from package.json and search for and install packages.

This is a work-in-progress and began so that I could learn how to make web views and tree views for VSC extensions.

You can install it with:

ext install sketchbuch.vsc-packages

More info

Oradew

This extension allows you to develop your Oracle (PL/SQL) project in Visual Studio Code. It enables you to:

  • Manage PL/SQL source code with version control (Git)
  • Compile files and Run statements with ORA errors problem matching
  • Package files into a single SQL deployment script
  • Deploy to multiple environments in one click

You can install it with:

ext install mp.oradew-vscode

More info

👋Say Hello! Instagram | Twitter | LinkedIn | Medium | Twitch |

Top comments (0)