From 5d245eee1d65a6df3e043d7f3946e1390dd772eb Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Mon, 8 Feb 2016 00:59:14 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5e31c78..73a2c08 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ A curated list of delightful VS Code packages and resources. For more awesomenes - [Base16 Ocean Kit](#base16-ocean-kit) - [Seti](#seti) - [Uncategorized](#uncategorized) + - [Align](#align) + - [beautify](#beautify) - [Debugger for Chrome](#debugger-for-chrome) - [Project Manager](#project-manager) @@ -62,6 +64,14 @@ Unfortunately, VS Code doesn't support custom UI themes yet https://github.com/M ## Uncategorized +### [Align](https://marketplace.visualstudio.com/items?itemName=steve8708.Align) + +> Align text in vscode like the atom-alignment package + +### [beautify](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify) + +> Beautify code in place for VS Code + ### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) > A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol.