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
  1. 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.
  2. -
  3. - NG-CONF - World's Original Angular Conference. -
+
+ Conferences +
    +
  1. + Live Server - Launch a development local Server with live reload feature for static & dynamic pages. +
  2. +
  3. + Settings Sync - Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist. +
  4. +
  5. + Bracket Pair Colorizer - A customizable extension for colorizing matching brackets. +
  6. +
  7. + Quokka - Live Scratchpad for JavaScript. +
  8. +
  9. + Live Share - Real-time collaborative development from the comfort of your favorite tools. +
  10. +
  11. + Code Spell Checker - Spelling checker for source code. +
  12. +
  13. + 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. +
  14. +
  15. + Auto Rename Tag - Automatically rename paired HTML/XML tag, same as Visual Studio IDE does. +
  16. +
  17. + 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. +
  18. +
  19. + 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. +
  20. +
  21. + 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. +
  22. +
  23. + Chrome Debugger - Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol. +
  24. +
  25. + REST Client - REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. +
  26. +
  27. + 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. +
  28. +
  29. + Code Metrics - Computes complexity in TypeScript / JavaScript / Lua files. +
  30. +
+
+
Reddit Subreddits