Skip to content

Latest commit

 

History

History
43 lines (42 loc) · 7.31 KB

File metadata and controls

43 lines (42 loc) · 7.31 KB

Extensions

  • Auto Rename Tag - Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
  • Babel JavaScript - JavaScript syntax highlighting for ES201x, React JSX, Flow and GraphQL.
  • Backticks - Automatically converts quotes to backticks when entering '${'.
  • Better Comments - Improve your code commenting by annotating with alert, informational, TODOs, and more!
  • Blockman - Highlight Nested Code Blocks - Mark/Highlight code blocks.
  • Bracket Pair Colorizer 2 - This extension allows matching brackets to be identified with colours. The user can define which tokens to match, and which colours to use.
  • Change Case - Quickly change the case (camelCase, CONSTANT_CASE, snake_case, etc) of the current selection or current word
  • Code Spell Checker - A basic spell checker that works well with camelCase code.
  • Code Spell Checker - Russian - Russian dictionary extension for VS Code.
  • Color Info - Provides quick information about css colors
  • Color Highlight - Highlight web colors in your editor.
  • CSS Navigation - Allows Go to Definition from HTML to CSS / Sass / Less; provides Completion and Workspace Symbols for class & id name.
  • env-cmd-file-syntax - This plugin works with vscode. It helps us to highlight the key-value string in .env files (e.g. .env, .env.development and so on).
  • eCSStractor for VSCode - VSCode plugin for extracting class names from HTML and generate CSS stylesheet for following work.
  • ESLint - Integrates ESLint JavaScript into VS Code.
  • Fluent Icons - Fluent product icons for Visual Studio Code
  • GIT History - View git log, file history, compare branches or commits.
  • GIT Lens - GitLens supercharges the Git capabilities built into Visual Studio Code. It helps you to visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more.
  • Git Tags
  • GitHub Theme - GitHub theme for VS Code.
  • HTML Snippets - Full HTML tags including HTML5 Snippets.
  • HTML to CSS autocompletion - Provides completion suggestions for classes and ids from markup documents to stylesheets.
  • Indent Rainbow - A simple extension to make indentation more readable.
  • Inline Parameters for VSCode - An extension for Visual Studio Code that adds inline parameter annotations when calling a function.
  • Live Server - Launch a local development server with live reload feature for static & dynamic pages.
  • Night Owl - A VS Code theme for the night owls out there. Now introducing Light Owl theme for daytime usage. Decisions were based on meaningful contrast for reading comprehension and for optimal razzle dazzle. ✨
  • Open in browser - Open files in a browser.
  • Paste JSON as Code - Copy JSON, paste as Go, TypeScript, C#, C++ and more.
  • Path intellisense - Visual Studio Code plugin that autocompletes filenames.
  • Peacock - Subtly change the workspace color of your workspace. Ideal when you have multiple VS Code instances and you want to quickly identify which is which.
  • 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.
  • React CSS modules - React CSS modules - VS code extension for CSS modules support in React projects written in typescript.Supports Definitions, Hover , Completion Providers and Diagnostics
  • React Hooks Snippets - Code snippets for React Hooks
  • SVG - SVG Coding, Minify, Pretty, Preview All-In-One
  • SVG Gallery - View SVG images in gallery
  • Theme - Oceanic Next - Oceanic Next color theme, based on original voronianski/oceanic-next-color-scheme.
  • TODO Highlight - Highlight TODO, FIXME and other annotations within your code.
  • Twoslash Query Comments
  • VS Code Faker - Generate fake data inside Visual Studio Code. Fake data is based on Faker.
  • VS Code Great Icons - A big pack of icons (200+) for your files.
  • VSCode React Refactor - Recompose your overgrown JSX without worrying about the given data.