diff --git a/README.md b/README.md
index 39b1158..4cdf5d1 100644
--- a/README.md
+++ b/README.md
@@ -637,19 +637,67 @@
- Conferences
+ VSCode Extensions
-
DevFest - DevFests are community-led developer events
hosted by Google Developer Groups around the globe. GDGs are focused on community building and learning about
Google’s technologies.
- -
- NG-CONF - World's Original Angular Conference.
-
+
+ Conferences
+
+ -
+ Live Server - Launch a development local Server with live reload feature for static & dynamic pages.
+
+ -
+ Settings Sync - Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.
+
+ -
+ Bracket Pair Colorizer - A customizable extension for colorizing matching brackets.
+
+ -
+ Quokka - Live Scratchpad for JavaScript.
+
+ -
+ Live Share - Real-time collaborative development from the comfort of your favorite tools.
+
+ -
+ Code Spell Checker - Spelling checker for source code.
+
+ -
+ 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.
+
+ -
+ Auto Rename Tag - Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
+
+ -
+ ESLint - The extension uses the ESLint library installed in the opened workspace folder. If the folder doesn't provide one the extension looks for a global install version. If you haven't installed ESLint either locally or globally do so by running npm install eslint in the workspace folder for a local install or npm install -g eslint for a global install.
+
+ -
+ EditorConfig - This plugin attempts to override user/workspace settings with settings found in .editorconfig files. No additional or vscode-specific files are required. As with any EditorConfig plugin, if root=true is not specified, EditorConfig will continue to look for an .editorconfig file outside of the project.
+
+ -
+ Browser Preview - Browser Preview for VS Code enables you to open a real browser preview inside your editor that you can debug. Browser Preview is powered by Chrome Headless, and works by starting a headless Chrome instance in a new process.
+
+ -
+ Chrome Debugger - Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.
+
+ -
+ REST Client - REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.
+
+ -
+ Import Cost - This extension will display inline in the editor the size of the imported package. The extension utilizes webpack with babili-webpack-plugin in order to detect the imported size.
+
+ -
+ Code Metrics - Computes complexity in TypeScript / JavaScript / Lua files.
+
+
+
+
Reddit Subreddits