Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -16,7 +16,7 @@
 Table of Contents
 Table of Contents
- Table of Contents (#table-of-contents)
- Official (#official)
@@ -227,7 +227,7 @@
- Contribute (#contribute)
- License (#license)
 Official
 Official
- Official website (https://code.visualstudio.com/)
- Source code (https://github.com/microsoft/vscode) on GitHub
@@ -235,7 +235,7 @@
- Releases (insiders channel) (https://code.visualstudio.com/insiders)
- Monthly iteration plans (https://github.com/Microsoft/vscode/issues?utf8=%E2%9C%93&q=label%3Aiteration-plan+)
 Syntax
 Syntax
Language packages extend the editor with syntax highlighting and/or snippets for a specific language or file format.
@@ -278,7 +278,7 @@
- Wenyan (https://github.com/antfu/wenyan-lang-vscode)
- Zephir (https://marketplace.visualstudio.com/items?itemName=zephir-lang.zephir)
 Migrating from other editors
 Migrating from other editors
The VSCode team provides keymaps from popular editors, making the transition to VSCode almost seamless and easy.
@@ -306,25 +306,25 @@
▐ Like with Visual Studio and Resharper or Intellij IDEA
 Using VS Code with particular technologies
 Using VS Code with particular technologies
Microsoft created a collection of recipes for using VS Code with particular technologies (mostly Web).
Make sure to visit it at Microsoft/vscode-recipes (https://github.com/Microsoft/vscode-recipes)
 Lint and IntelliSense
 Lint and IntelliSense
In case the awesome nirvana that is linting has not yet been unleashed upon you:
▐ lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied 
▐ generically to tools that flag suspicious usage in software written in any computer language.
▐ lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage
▐ in software written in any computer language.
Unlike some other editors, VS Code supports IntelliSense, linting, outline out-of-the-box and doesn't require any separate extension to run linter packages. Some linters are already 
integrated in VS Code, you can find the full list in the official documentation, Languages (https://code.visualstudio.com/Docs/languages/overview) section.
Unlike some other editors, VS Code supports IntelliSense, linting, outline out-of-the-box and doesn't require any separate extension to run linter packages. Some linters are already integrated in VS Code, you can find the full list in 
the official documentation, Languages (https://code.visualstudio.com/Docs/languages/overview) section.
1C
- 1C/OScript (https://marketplace.visualstudio.com/items?itemName=1c-syntax.language-1c-bsl) - rich 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to .bsl и .os files
in VSC, add IntelliSense and syntax helper for 1С lang
- 1C/OScript (https://marketplace.visualstudio.com/items?itemName=1c-syntax.language-1c-bsl) - rich 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to .bsl и .os files in VSC, add IntelliSense and syntax helper 
for 1С lang
AutoHotkey
@@ -350,14 +350,14 @@
- C/C++ (https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - Preview C/C++ extension by Microsoft (https://www.microsoft.com), read official blog post 
(https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extension-for-visual-studio-code/) for the details
- Clangd (https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) - Provides C/C++ language IDE features for VS Code using clangd: code completion, compile 
errors and warnings, go-to-definition and cross references, include management, code formatting, simple refactorings.
- Clangd (https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) - Provides C/C++ language IDE features for VS Code using clangd: code completion, compile errors and warnings, go-to-definition and 
cross references, include management, code formatting, simple refactorings.
- gnu-global-tags (https://marketplace.visualstudio.com/items?itemName=austin.code-gnu-global) - Provide Intellisense for C/C++ with the help of the GNU Global tool.
- YouCompleteMe (https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me) - Provides semantic completions for C/C++ (and TypeScript, JavaScript, Objective-C, Golang, 
Rust) using YouCompleteMe (http://ycm-core.github.io/YouCompleteMe/).
- YouCompleteMe (https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me) - Provides semantic completions for C/C++ (and TypeScript, JavaScript, Objective-C, Golang, Rust) using YouCompleteMe 
(http://ycm-core.github.io/YouCompleteMe/).
- C/C++ Clang Command Adapter (https://github.com/mitaki28/vscode-clang) - Completion and Diagnostic for C/C++/Objective-C using Clang command.
- CQuery (https://github.com/cquery-project/vscode-cquery) - C/C++ language server (https://github.com/jacobdufault/cquery) supporting multi-million line code base, powered by libclang. Cross
references, completion, diagnostics, semantic highlighting and more.
- CQuery (https://github.com/cquery-project/vscode-cquery) - C/C++ language server (https://github.com/jacobdufault/cquery) supporting multi-million line code base, powered by libclang. Cross references, completion, diagnostics, 
semantic highlighting and more.
More
@@ -365,8 +365,7 @@
C\#, ASP .NET and .NET Core
- C# (https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) - C# extension by Microsoft (https://www.microsoft.com), read official documentation 
(https://code.visualstudio.com/docs/languages/csharp) for the details
- C# (https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) - C# extension by Microsoft (https://www.microsoft.com), read official documentation (https://code.visualstudio.com/docs/languages/csharp) for the details
- C# FixFormat (https://marketplace.visualstudio.com/items?itemName=Leopotam.csharpfixformat) - Fix format of usings / indents / braces / empty lines
- C# Extensions (https://marketplace.visualstudio.com/items?itemName=jchannon.csharpextensions) - Provides extensions to the IDE that will speed up your development workflow.
- MSBuild Project Tools (https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools)
@@ -394,8 +393,8 @@
 Parse CSS,SCSS, LESS and add vendor prefixes automatically.
 !Autoprefixer (https://cloud.githubusercontent.com/assets/7034281/16823311/da82a3c6-496b-11e6-8d95-0bebbf0b9607.gif)
- Intellisense for CSS class names (https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion) - Provides CSS class name completion for the HTML class attribute 
based on the CSS files in your workspace. Also supports React's className attribute.
- Intellisense for CSS class names (https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion) - Provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace. Also 
supports React's className attribute.
 !Intellisense CSS class names (https://i.imgur.com/5crMfTj.gif)
@@ -412,8 +411,7 @@
Haskell
- haskell-linter (https://marketplace.visualstudio.com/items?itemName=hoovercj.haskell-linter)
- Haskell IDE engine (https://marketplace.visualstudio.com/items?itemName=alanz.vscode-hie-server) - provides language server (https://github.com/haskell/haskell-ide-engine) for stack and 
cabal projects.
- Haskell IDE engine (https://marketplace.visualstudio.com/items?itemName=alanz.vscode-hie-server) - provides language server (https://github.com/haskell/haskell-ide-engine) for stack and cabal projects.
HLSL
@@ -439,8 +437,8 @@
!TS/JS postfix completion demo (https://github.com/ipatalas/vscode-postfix-ts/raw/master/images/demo-multiline.gif)
- Babel JavaScript (https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel)
- Visual Studio IntelliCode (https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode) - This extension provides AI-assisted development features including 
autocomplete and other insights based on understanding your code context.
- Visual Studio IntelliCode (https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode) - This extension provides AI-assisted development features including autocomplete and other insights based on 
understanding your code context.
!Visual Studio IntelliCode (https://docs.microsoft.com/en-us/visualstudio/intellicode/media/python-intellicode.gif)
See the difference between these two here (https://github.com/michaelgmcd/vscode-language-babel/issues/1)
@@ -452,8 +450,7 @@
- XO (https://marketplace.visualstudio.com/items?itemName=samverschueren.linter-xo) - Linter for XO (https://github.com/xojs/xo).
- AVA (https://marketplace.visualstudio.com/items?itemName=samverschueren.ava) - Snippets for AVA (https://github.com/avajs/ava).
- Prettier (https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Linter, Formatter and Pretty printer for Prettier (https://github.com/prettier/prettier-vscode).
- Code Spell Checker (https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) - Spelling Checker for Visual Studio Code (English). Also supports other 
languages via external extensions.
- Code Spell Checker (https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) - Spelling Checker for Visual Studio Code (English). Also supports other languages via external extensions.
- Schema.org Snippets (https://marketplace.visualstudio.com/items?itemName=austinleegordon.vscode-schema-dot-org) - Snippets for Schema.org (https://schema.org/).
@@ -468,8 +465,7 @@
Facebook Flow
- Flow Language Support (https://marketplace.visualstudio.com/items?itemName=flowtype.flow-for-vscode) - provides all the functionality you would expect — linting, intellisense, type tooltips
and click-to-definition
- Flow Language Support (https://marketplace.visualstudio.com/items?itemName=flowtype.flow-for-vscode) - provides all the functionality you would expect — linting, intellisense, type tooltips and click-to-definition
- vscode-flow-ide (https://marketplace.visualstudio.com/items?itemName=gcazaciuc.vscode-flow-ide) - an alternative Flowtype extension for Visual Studio Code
TypeScript
@@ -571,8 +567,7 @@
Other extensions
- Format HTML in PHP (https://marketplace.visualstudio.com/items?itemName=rifi2k.format-html-in-php) - Formatting for the HTML in PHP files. Runs before the save action so you can still have 
a PHP formatter.
- Format HTML in PHP (https://marketplace.visualstudio.com/items?itemName=rifi2k.format-html-in-php) - Formatting for the HTML in PHP files. Runs before the save action so you can still have a PHP formatter.
!Format HTML in PHP (https://raw.githubusercontent.com/RiFi2k/format-html-in-php/master/format-html-in-php.gif)
@@ -589,20 +584,18 @@
POV-Ray
- POV-Ray (https://marketplace.visualstudio.com/items?itemName=jmaxwilson.vscode-povray) - Persistence of Vision Ray Tracer (POV-Ray) Extension, includes Syntax Highlighting and Snippets for 
common POV-Ray scene elements, Render the current scene from within Visual Studio Code
- POV-Ray (https://marketplace.visualstudio.com/items?itemName=jmaxwilson.vscode-povray) - Persistence of Vision Ray Tracer (POV-Ray) Extension, includes Syntax Highlighting and Snippets for common POV-Ray scene elements, Render the 
current scene from within Visual Studio Code
!Animated GIF of POV-Ray in Visual Studio Code (https://raw.githubusercontent.com/jmaxwilson/vscode-povray/master/images/vscode-povray-demo.gif)
Python
- Python (https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit
testing, and more.
- Python (https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more.
TensorFlow
- TensorFlow Snippets (https://marketplace.visualstudio.com/items?itemName=vahidk.tensorflow-snippets) - This extension includes a set of useful code snippets for developing TensorFlow models
in Visual Studio Code.
- TensorFlow Snippets (https://marketplace.visualstudio.com/items?itemName=vahidk.tensorflow-snippets) - This extension includes a set of useful code snippets for developing TensorFlow models in Visual Studio Code.
!TensorFlow Snippets GIF (https://raw.githubusercontent.com/vahidk/tensorflow-snippets/master/images/framework.gif)
@@ -618,12 +611,11 @@
- Terraform (https://marketplace.visualstudio.com/items?itemName=hashicorp.terraform) - Syntax highlighting, linting, formatting, and validation for Hashicorp's Terraform
 GitHub
 GitHub
GitHub (https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-github)
▐ Provides GitHub workflow support. For example browse project, issues, file (the current line), create and manage pull request. Support for other providers (e.g. gitlab or bitbucket) is 
▐ planned.
▐ Provides GitHub workflow support. For example browse project, issues, file (the current line), create and manage pull request. Support for other providers (e.g. gitlab or bitbucket) is planned.
GitHub Pull Requests and Issues (https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github)
@@ -631,8 +623,8 @@
GistPad (https://marketplace.visualstudio.com/items?itemName=vsls-contrib.gistfs)
▐ Allows you to manage GitHub Gists entirely within the editor. You can open, create, delete, fork, star and clone gists, and then seamlessly begin editing files as if they were local. It's 
▐ like your very own developer library for building and referencing code snippets, commonly used config/scripts, programming-related notes/documentation, and interactive samples.
▐ Allows you to manage GitHub Gists entirely within the editor. You can open, create, delete, fork, star and clone gists, and then seamlessly begin editing files as if they were local. It's like your very own developer library for 
▐ building and referencing code snippets, commonly used config/scripts, programming-related notes/documentation, and interactive samples.
!GistPad gist management (https://user-images.githubusercontent.com/116461/69910156-96274b80-13fe-11ea-9be4-d801f4e9c377.gif)
@@ -650,7 +642,7 @@
!GitHub Pull Request Monitor (https://raw.githubusercontent.com/erichbehrens/pull-request-monitor/master/images/statusBarItems.png)
 Productivity
 Productivity
ARM Template Viewer (https://marketplace.visualstudio.com/items?itemName=bencoleman.armview)
@@ -676,8 +668,8 @@
Browser Preview (deprecated) (https://marketplace.visualstudio.com/items?itemName=auchenberg.vscode-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. This enables a secure way to render web content inside VS Code, and enables interesting features such as in-editor debugging and more!
▐ 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. This 
▐ enables a secure way to render web content inside VS Code, and enables interesting features such as in-editor debugging and more!
!Browser Preview Demo (https://raw.githubusercontent.com/auchenberg/vscode-browser-preview/master/resources/demo.gif)
@@ -695,9 +687,9 @@
Dendron (https://marketplace.visualstudio.com/items?itemName=dendron.dendron)
▐ An extension that can turn Visual Studio Code into a PKM tool, with excellent UX, using Markdown files to organize and reference any amount of knowledge. Whether you organize your notes 
▐ with PARA or Zettelkasten, link notes together like Roam, or simply create notes in an ad-hoc manner, Dendron can help. Think of it as a second brain to help you make sense of all the 
▐ information you care about. Bonus: Dendron can also publish a static site via NextJS if also using dendron-cli.
▐ An extension that can turn Visual Studio Code into a PKM tool, with excellent UX, using Markdown files to organize and reference any amount of knowledge. Whether you organize your notes with PARA or Zettelkasten, link notes together 
▐ like Roam, or simply create notes in an ad-hoc manner, Dendron can help. Think of it as a second brain to help you make sense of all the information you care about. Bonus: Dendron can also publish a static site via NextJS if also 
▐ using dendron-cli.
!dendron.dendron (https://foundation-prod-assetspublic53c57cce-8cpvgjldwysl.s3-us-west-2.amazonaws.com/assets/images/graph-intro.gif)
@@ -752,8 +744,8 @@
GitLens (https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
▐ Provides Git CodeLens information (most recent commit, # of authors), on-demand inline blame annotations, status bar blame information, file and blame history explorers, and commands to 
▐ compare changes with the working tree or previous versions.
▐ Provides Git CodeLens information (most recent commit, # of authors), on-demand inline blame annotations, status bar blame information, file and blame history explorers, and commands to compare changes with the working tree or 
▐ previous versions.
!GitLens inline git information animation (https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/docs/gitlens-preview.gif)
@@ -766,8 +758,7 @@
!git modified indicator screenshot (https://raw.githubusercontent.com/lamartire/vscode-git-indicators/master/preview/modified.png)
GitLab Workflow (https://marketplace.visualstudio.com/items?itemName=gitlab.gitlab-workflow)
▐ Adds a GitLab sidebar icon to view issues, merge requests and other GitLab resources. You can also view the results of your GitLab CI/CD pipeline and check the syntax of your 
▐ .gitlab-ci.yml.
▐ Adds a GitLab sidebar icon to view issues, merge requests and other GitLab resources. You can also view the results of your GitLab CI/CD pipeline and check the syntax of your .gitlab-ci.yml.
Gradle Tasks (https://marketplace.visualstudio.com/items?itemName=richardwillis.vscode-gradle)
@@ -785,8 +776,7 @@
Jira and Bitbucket (https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode)
▐ Bringing the power of Jira and Bitbucket to VS Code - With Atlassian for VS Code you can create and view issues, start work on issues, create pull requests, do code reviews, start builds, 
▐ get build statuses and more!
▐ Bringing the power of Jira and Bitbucket to VS Code - With Atlassian for VS Code you can create and view issues, start work on issues, create pull requests, do code reviews, start builds, get build statuses and more!
!Jira and Bitbucket workflow (https://bitbucket.org/atlassianlabs/atlascode/raw/master/.readme/dev-workflow.gif)
@@ -820,8 +810,8 @@
ngrok for VSCode (https://marketplace.visualstudio.com/items?itemName=philnash.ngrok-for-vscode)
▐ ngrok allows you to expose a web server running on your local machine to the internet. Just tell ngrok what port your web server is listening on. This extension allows you to control ngrok 
▐ (https://ngrok.com/) from the VSCode command palette
▐ ngrok allows you to expose a web server running on your local machine to the internet. Just tell ngrok what port your web server is listening on. This extension allows you to control ngrok (https://ngrok.com/) from the VSCode command 
▐ palette
!ngrok for VSCode (https://raw.githubusercontent.com/philnash/ngrok-for-vscode/master/images/start.gif)
@@ -899,14 +889,12 @@
Project Dashboard (https://marketplace.visualstudio.com/items?itemName=kruemelkatze.vscode-dashboard)
▐ VSCode Project Dashboard is a Visual Studio Code extension that lets you organize your projects in a speed-dial like manner. Pin your frequently visited folders, files, and SSH remotes onto
▐ a dashboard to access them quickly.
▐ VSCode Project Dashboard is a Visual Studio Code extension that lets you organize your projects in a speed-dial like manner. Pin your frequently visited folders, files, and SSH remotes onto a dashboard to access them quickly.
!Project Dashboard (https://user-images.githubusercontent.com/5564731/79053450-b7663700-7c3d-11ea-8498-bbfe7723b47f.gif)
Rainbow CSV (https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv)
▐ Highlight columns in comma, tab, semicolon and pipe separated files, consistency check and linting with CSVLint, multi-cursor column editing, column trimming and realignment, and SQL-style 
▐ querying with RBQL.
▐ Highlight columns in comma, tab, semicolon and pipe separated files, consistency check and linting with CSVLint, multi-cursor column editing, column trimming and realignment, and SQL-style querying with RBQL.
!Rainbow CSV (https://i.imgur.com/PRFKVIN.png)
@@ -928,8 +916,8 @@
Text Power Tools (https://marketplace.visualstudio.com/items?itemName=qcz.text-power-tools)
▐ All-in-one extension for text manipulation: filtering (grep), remove lines, insert number sequences and GUIDs, format content as table, change case, converting numbers and more. Great for 
▐ finding information in logs and manipulating text.
▐ All-in-one extension for text manipulation: filtering (grep), remove lines, insert number sequences and GUIDs, format content as table, change case, converting numbers and more. Great for finding information in logs and manipulating 
▐ text.
!Text Power Tools (https://raw.githubusercontent.com/qcz/vscode-text-power-tools/89a1d9d7be3edfc9bcf112fe427c662655cb60cc/images/filtering.gif)
@@ -963,12 +951,12 @@
Timing (https://marketplace.visualstudio.com/items?itemName=HaaLeo.timing)
▐ Time converter extension to convert timestamps from/to various formats and insert them on demand or just display them. It further provides a neat hover provider to beautify epoch timestamps
▐ instantly. All features are highly customizable.
▐ Time converter extension to convert timestamps from/to various formats and insert them on demand or just display them. It further provides a neat hover provider to beautify epoch timestamps instantly. All features are highly 
▐ customizable.
!Timing (https://raw.githubusercontent.com/HaaLeo/vscode-timing/master/doc/Convert_Sample.gif)
 Formatting & Beautification
 Formatting & Beautification
Better Align (https://marketplace.visualstudio.com/items?itemName=wwm.better-align)
@@ -1061,7 +1049,7 @@
!Material Icon Theme (https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/master/images/fileIcons.png)
 Uncategorized
 Uncategorized
CodeRoad (https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad)
@@ -1071,8 +1059,8 @@
Code Runner (https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner)
▐ Run code snippet or code file for multiple languages: C, C++, Java, JavaScript, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, C# Script, VBScript, 
▐ TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script
▐ Run code snippet or code file for multiple languages: C, C++, Java, JavaScript, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, C# Script, VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, 
▐ Crystal, OCaml Script
!Run a snippet or file animation (https://raw.githubusercontent.com/formulahendry/vscode-code-runner/master/images/usage.gif)
@@ -1080,9 +1068,7 @@
▐ Automatic time reports by project and other programming metrics right in VS Code.
!Code Time 
(https://camo.githubusercontent.com/918d2dfc585074f3b20566723f3ab8ce32e9d23e/68747470733a2f2f737764632d7673636f64652e73332d75732d776573742d312e616d617a6f6e6177732e636f6d2f636f64652d74696d652d
66656174757265732e706e67)
!Code Time (https://camo.githubusercontent.com/918d2dfc585074f3b20566723f3ab8ce32e9d23e/68747470733a2f2f737764632d7673636f64652e73332d75732d776573742d312e616d617a6f6e6177732e636f6d2f636f64652d74696d652d66656174757265732e706e67)
Color Highlight (https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight)
@@ -1194,8 +1180,8 @@
Text Marker (Highlighter) (https://marketplace.visualstudio.com/items?itemName=ryu1kn.text-marker)
▐ Highlight multiple text patterns with different colors at the same time. Highlighting a single text pattern can be done with the editor's search functionality, but it cannot highlight 
▐ multiple patterns at the same time, and this is where this extension comes handy.
▐ Highlight multiple text patterns with different colors at the same time. Highlighting a single text pattern can be done with the editor's search functionality, but it cannot highlight multiple patterns at the same time, and this is 
▐ where this extension comes handy.
!Text Marker (Highlighter) (https://raw.githubusercontent.com/ryu1kn/vscode-text-marker/master/images/animations/public.gif)
@@ -1213,12 +1199,12 @@
JFrog (https://marketplace.visualstudio.com/items?itemName=JFrog.jfrog-vscode-extension)
▐ Adds JFrog Xray scanning of project dependencies to your VS Code IDE. It allows developers to view panels displaying vulnerability information about the components and their dependencies 
▐ directly in their VS Code IDE. The extension also allows developers to track the status of the code while it is being built, tested and scanned on the CI server.
▐ Adds JFrog Xray scanning of project dependencies to your VS Code IDE. It allows developers to view panels displaying vulnerability information about the components and their dependencies directly in their VS Code IDE. The extension 
▐ also allows developers to track the status of the code while it is being built, tested and scanned on the CI server.
!JFrog (https://raw.githubusercontent.com/jfrog/jfrog-vscode-extension/master/resources/readme/gifs/show_in_dependency_tree.gif)
 Themes
 Themes
UI
@@ -1399,9 +1385,8 @@
Night Owl by Sarah Drasner (https://vscodethemes.com/e/sdras.night-owl)
A VS Code theme for the night owls out there. Works well in the daytime, too, but this theme is fine-tuned for those of us who like to code late into the night. Color choices have taken into 
consideration what is accessible to people with color blindness and in low-light circumstances. Decisions were also based on meaningful contrast for reading comprehension and for optimal 
razzle dazzle. ✨
A VS Code theme for the night owls out there. Works well in the daytime, too, but this theme is fine-tuned for those of us who like to code late into the night. Color choices have taken into consideration what is accessible to people 
with color blindness and in low-light circumstances. Decisions were also based on meaningful contrast for reading comprehension and for optimal razzle dazzle. ✨
 
@@ -1463,7 +1448,7 @@
 
 People to Follow
 People to Follow
A list of Twitter accounts for various people in the VS Code Community
@@ -1484,12 +1469,11 @@
- @ramyanexus (https://twitter.com/ramyanexus) - VS Code Dev. Maintainer of Go extension
- @Tyriar (https://twitter.com/Tyriar) - VS Code Dev. Creator of xterm.js
 Resources for extension developers
 Resources for extension developers
Documentation
- Better Comments (https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) - The Better Comments extension will help you create more human-friendly comments in your 
code.
- Better Comments (https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) - The Better Comments extension will help you create more human-friendly comments in your code.
- Visual Studio Code API (https://code.visualstudio.com/api) section of Official Documentation (https://code.visualstudio.com/docs)
Libraries
@@ -1499,46 +1483,42 @@
Tools
- Live Share (https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare) - Visual Studio Live Share enables you to collaboratively edit and debug with others in real 
time, regardless what programming languages you're using or app types you're building.
- Online TextMate Themes Editor (https://tmtheme-editor.herokuapp.com/) - since VS Code supports TextMate themes, you can create them in this online editor and then create a new VS Code 
package using Yo Code (https://code.visualstudio.com/docs/extensions/yocode) tool
- Live Share (https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare) - Visual Studio Live Share enables you to collaboratively edit and debug with others in real time, regardless what programming languages 
you're using or app types you're building.
- Online TextMate Themes Editor (https://tmtheme-editor.herokuapp.com/) - since VS Code supports TextMate themes, you can create them in this online editor and then create a new VS Code package using Yo Code 
(https://code.visualstudio.com/docs/extensions/yocode) tool
- Yo Code - Extension Generator (https://code.visualstudio.com/docs/extensions/yocode)
- Open in Code (https://github.com/sozercan/OpenInCode) - macOS Finder toolbar app to open current folder in Visual Studio Code
!macOS Finder toolbar app to open current folder in Visual Studio Code animation 
(https://camo.githubusercontent.com/edbae5fe27d6c7af23218e60cb07e3a5061bbbab/687474703a2f2f692e696d6775722e636f6d2f4c6d56484978572e676966)
!macOS Finder toolbar app to open current folder in Visual Studio Code animation (https://camo.githubusercontent.com/edbae5fe27d6c7af23218e60cb07e3a5061bbbab/687474703a2f2f692e696d6775722e636f6d2f4c6d56484978572e676966)
- Themer (https://themer.dev) - Easily create your own theme for VS Code (and matching ones for your other tools).
- Azure Tools for Visual Studio Code (https://github.com/bradygaster-zz/azure-tools-vscode) - This extension for Visual Studio Code gives Azure developers some convenient commands for 
creating or accessing resources directly in the editor.
- Azure Tools for Visual Studio Code (https://github.com/bradygaster-zz/azure-tools-vscode) - This extension for Visual Studio Code gives Azure developers some convenient commands for creating or accessing resources directly in the 
editor.
!azure-tools-vscode (https://raw.githubusercontent.com/johnpapa/vscode-azure-functions-tools/master/images/json-schema-function.gif)
- Mark down preview (https://marketplace.visualstudio.com/items?itemName=shd101wyy.markdown-preview-enhanced) - Markdown Preview Enhanced is an extension that provides you with many useful 
functionalities such as automatic scroll sync, math typesetting, mermaid, PlantUML, pandoc, PDF export, code chunk, presentation writer, etc. A lot of its ideas are inspired by Markdown 
Preview Plus and RStudio Markdown.
- Mark down preview (https://marketplace.visualstudio.com/items?itemName=shd101wyy.markdown-preview-enhanced) - Markdown Preview Enhanced is an extension that provides you with many useful functionalities such as automatic scroll sync, 
math typesetting, mermaid, PlantUML, pandoc, PDF export, code chunk, presentation writer, etc. A lot of its ideas are inspired by Markdown Preview Plus and RStudio Markdown.
 Online Courses
 Online Courses
Visual Studio Code Power User Course (commercial)
After 10 years with Sublime Text, Ahmad Awais (https://twitter.com/MrAhmadAwais/) switched to VSCode, built Shades of Purple theme 
(https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple), and spent over a 1,000 hours perfecting his setup. He has launched a VSCode Power User Course to help you 
switch today. You can bring all your custom settings from the previous editor and learn the power user workflows for HTML/CSS, Git/GitHub & Open Source, supercharged Markdown, and everything 
from JavaScript to PHP, Go, Python, C++, C#, ROR. In this course, you'll also learn to install/setup 50+ Extensions.
After 10 years with Sublime Text, Ahmad Awais (https://twitter.com/MrAhmadAwais/) switched to VSCode, built Shades of Purple theme (https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple), and spent over a 1,000
hours perfecting his setup. He has launched a VSCode Power User Course to help you switch today. You can bring all your custom settings from the previous editor and learn the power user workflows for HTML/CSS, Git/GitHub & Open Source, 
supercharged Markdown, and everything from JavaScript to PHP, Go, Python, C++, C#, ROR. In this course, you'll also learn to install/setup 50+ Extensions.
- VSCode.pro (https://vscode.pro/) - 📺 Huge five hours 65 videos VSCode course.
- Ahmad Awais (https://twitter.com/MrAhmadAwais/) - 🙌 Creator of Shades of Purple theme. Core Developer for WP/JS. OSS Dev Advocate.
 Contribute
 Contribute
Contributions welcome! Read the contribution guidelines (CONTRIBUTING.md) first.
 License
 License
I am providing code and resources in this repository to you under an open source license. Because this is my personal repository, the license you receive to my code and resources is from me 
and not my employer (Microsoft).
I am providing code and resources in this repository to you under an open source license. Because this is my personal repository, the license you receive to my code and resources is from me and not my employer (Microsoft).
!CC0 (https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg) (https://creativecommons.org/publicdomain/zero/1.0/)