Last active
March 23, 2020 12:42
-
-
Save e5pe/da8a7bb8602e3477afe054c2ef46ae2c to your computer and use it in GitHub Desktop.
Extensions I use for different languages projects in VSCode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"recommendations": [ | |
"christian-kohler.npm-intellisense", | |
"eg2.vscode-npm-script", | |
"johnpapa.Angular2", | |
"ms-vscode.vscode-typescript-tslint-plugin", | |
"njpwerner.autodocstring", | |
"rbbit.typescript-hero", | |
"spoonscen.es6-mocha-snippets", | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"recommendations": [ | |
"batisteo.vscode-django", | |
"bibhasdn.django-html", | |
"ms-python.python", | |
"njpwerner.autodocstring", | |
"shardulm94.trailing-spaces", | |
"thebarkman.vscode-djaneiro", | |
"yzane.markdown-pdf", | |
"yzhang.markdown-all-in-one" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"recommendations": [ | |
"christian-kohler.npm-intellisense", | |
"eg2.vscode-npm-script", | |
"ms-vscode.vscode-typescript-tslint-plugin", | |
"njpwerner.autodocstring", | |
"rbbit.typescript-hero", | |
"spoonscen.es6-mocha-snippets", | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment