-
Notifications
You must be signed in to change notification settings - Fork 60
/
vscode-ext-all.txt
176 lines (176 loc) · 4.71 KB
/
vscode-ext-all.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# https://marketplace.visualstudio.com/items?itemName=...
# git commit -m"v003 # grammarly :vscode-ext-all.txt"
# Cloud ::
amazonwebservices.aws-toolkit-vscode
# Azure ::
ms-azurecache.vscode-azurecache
ms-azuretools.azure-dev
ms-azuretools.vscode-azureappservice
ms-azuretools.vscode-azurecontainerapps
ms-azuretools.vscode-azurefunctions
ms-azuretools.vscode-azureresourcegroups
ms-azuretools.vscode-azurestaticwebapps
ms-azuretools.vscode-azurestorage
ms-azuretools.vscode-azureterraform
ms-azuretools.vscode-azurevirtualmachines
ms-azuretools.vscode-bicep
ms-azuretools.vscode-cosmosdb
ms-vscode-remote.remote-containers
ms-vscode.azure-account
ms-vscode.azurecli
ms-vscode.powershell
ms-vscode.sublime-keybindings
ms-vscode.test-adapter-converter
ms-vsliveshare.vsliveshare
ms-vsliveshare.vsliveshare-pack
# From https://github.com/Azure/bicep-registry-modules/tree/main/.vscode
esbenp.prettier-vscode
ms-python.black-formatter
#
# Colorization ::
dzhavat.bracket-pair-toggler
# Rainbow CSV by mechatroner = highlights CSV & TSV in color columns, run SQL-like queries
mechatroner.rainbow-csv
# Better Comments by Aaron Bond = colorize text based on ?, !, *, etc.
aaron-bond.better-comments
# Colorize by kamikillerto = Display colors for rgb specs in code.
# oderwat's indept-rainbow = Different color for each indent level
oderwat.indent-rainbow
# CodeSnap by adpyke = ctrl+shift+P to create image file of colorized code snippets to share.
adpyke.codesnap
# ahmadawais.shades-of-purple = theme
#
# Icons:
vscode-icons-team.vscode-icons
antfu.icons-carbon
#
# Multi-language tools:
# Turbo Console Log by ChakrounAnas = Cntl+Alt+L to write meaningful log messages
ChakrounAnas.turbo-console-log
# Paste and Indent by g3rry = Auto indent after paste
Rubymaniac.vscode-paste-and-indent
# Thunder Client by Ranga Vadhineni = REST API client (like Postman)
rangav.vscode-thunder-client
VisualStudioExptTeam.intellicode-api-usage-examples
VisualStudioExptTeam.vscodeintellicode
vsls-contrib.codetour
anfuchs.alexa-code-snippets
#
# C# ::
mikestead.dotenv
#
ask-toolkit.alexa-skills-kit-toolkit
bewhite.psrule-vscode
# Code Spell Checker by Street Side Software = with custom dictionary
streetsidesoftware.code-spell-checker
# Code Runner by Jun Han = runs many languages
formulahendry.code-runner
#
# ES Lint by Microsoft
dbaeumer.vscode-eslint
docsmsft.docs-article-templates
docsmsft.docs-markdown
docsmsft.docs-preview
docsmsft.docs-yaml
enkia.tokyo-night
#
# Prettier.Prettier set Default formatter:
esbenp.prettier-vscode
#
# CSS ::
pranaygp.vscode-css-peek
#
# Git & GitHub ::
DavidAnson.vscode-markdownlint
# Auto-Open Markdown Preview by hnw = renders .md (markdown) pages when reading README.md
hnw.vscode-auto-open-markdown-preview
# GitKraen's GitLens = subscription
# Git History by Don Jayamanne = free and simpler
donjayamanne.githistory
mhutchie.git-graph
vsls-contrib.gitdoc
GitHub.copilot
GitHub.copilot-chat
# GitHub.copilot-labs = no longer free
GitHub.heygithub
GitHub.vscode-codeql
GitHub.vscode-pull-request-github
#
# Golang ::
golang.go
#
# Auto Rename Tag by Jun Han = renames closing HTML/XML tag automatically
deerawan.vscode-protractor-snippets
#
# NodeJs ::
ms-vscode.vscode-node-azure-pack
christian-kohler.npm-intellisense
#
# SQL ::
alexcvzz.vscode-sqlite
#
# Terraform ::
hashicorp.terraform
hashicorp.hcl
4ops.terraform
erd0s.terraform-autocomplete
hbenl.vscode-test-explorer
pjmiravalle.terraform-advanced-syntax-highlighting
tfsec.tfsec
Bridgecrew.checkov
#
HCLTechnologies.hclappscancodesweep
JFrog.jfrog-vscode-extension
# Import Cost by Wix = Display import/require package size in editor.
luciannaie.protractor-test-runner
# Microsoft IntelliCode free
mrsauravsahu.vscode-manager
#
# Bash::
timonwong.shellcheck
#
# CSharp ::
ms-azuretools.vscode-docker
ms-dotnettools.csharp
ms-dotnettools.vscode-dotnet-runtime
ms-kubernetes-tools.vscode-aks-tools
ms-kubernetes-tools.vscode-kubernetes-tools
#
# Java & Maven ::
redhat.java
vscjava.vscode-java-debug
vscjava.vscode-java-dependency
vscjava.vscode-java-pack
vscjava.vscode-java-test
vscjava.vscode-maven
ms-vscode.makefile-tools
#
# Python ::
ms-python.python
ms-python.vscode-pylance
MS-SarifVSCode.sarif-viewer
ms-toolsai.jupyter
ms-toolsai.jupyter-keymap
ms-toolsai.jupyter-renderers
ms-toolsai.vscode-jupyter-cell-tags
ms-toolsai.vscode-jupyter-slideshow
#
# ms-vsts.team
# Python Debugger by Microsoft
ms-python.debugpy
# Python Test Explorer by Little Fox Team = run tests in sidebar
LittleFoxTeam.vscode-python-test-adapter
redhat.vscode-commons
#
# YAML::
redhat.vscode-yaml
#
# salesforce.salesforcedx-vscode
# salesforce.salesforcedx-vscode-apex
# salesforce.salesforcedx-vscode-apex-debugger
# salesforce.salesforcedx-vscode-core
# salesforce.salesforcedx-vscode-soql
#
# API Tools::
42Crunch.vscode-openapi
# znck.grammarly