Skip to content

Instantly share code, notes, and snippets.

@e5pe
Last active March 23, 2020 12:42
Show Gist options
  • Save e5pe/da8a7bb8602e3477afe054c2ef46ae2c to your computer and use it in GitHub Desktop.
Save e5pe/da8a7bb8602e3477afe054c2ef46ae2c to your computer and use it in GitHub Desktop.
Extensions I use for different languages projects in VSCode
{
"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",
]
}
{
"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"
]
}
{
"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