Skip to content

Instantly share code, notes, and snippets.

@brunocicom
Forked from anonymous/extensions.json
Last active March 19, 2018 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunocicom/64cb9a8d3e4ea4fd514345dbd313cdac to your computer and use it in GitHub Desktop.
Save brunocicom/64cb9a8d3e4ea4fd514345dbd313cdac to your computer and use it in GitHub Desktop.
VSCode extensions - ionic 2 + angular
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
"abusaidm.html-snippets",
"Angular.ng-template",
"danielehrhardt.ionic3-vs-ionView-snippets",
"eg2.tslint",
"eg2.vscode-npm-script",
"felixfbecker.php-debug",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"HookyQR.beautify",
"jakethashi.vscode-angular2-emmet",
"jgw9617.ionic2-vscode",
"johnpapa.Angular2",
"loiane.ionic-extension-pack",
"msjsdiag.debugger-for-chrome",
"pkosta2006.rxjs-snippets",
"robertohuertasm.vscode-icons",
"steoates.autoimport",
"Thavarajan.ionic2",
"UVBrain.Angular2",
"vsmobile.cordova-tools"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment