/wing-angular-essentials

Essential extensions for Angular developers

Wing Angular Essentials - Extension Pack for VS Code

This extension pack for Visual Studio Code adds extensions that are useful for Angular development.

See the CHANGELOG for the latest changes

I created this extension pack to share with my team and my colleagues which extensions I am using for Angular development. I hope it is also helpful for you ;).

Recommended Settings

Editor settings

    "editor.tabSize": 2,
    "editor.wordWrap": "off"

Prettier settings

    "prettier.singleQuote": true,
    "prettier.printWidth": 120

Included

Here is the list of extensions the pack includes:

Angular Snippets - Angular snippets that follow the official style guide, for TypeScript, templates, and RxJS.

Angular Language Service - This extension provides a rich editing experience for Angular templates, both inline and external templates.

Prettier VS Code plugin for prettier/prettier, which formats code consistently

Git History This extension supports view and search git log along with the graph and details.

Auto Import - ES6, TS, JSX, TSX Automatically finds, parses and provides code actions and code completion for all available imports. Works with Typescript and TSX.

Path Intellisense Visual Studio Code plugin that autocompletes filenames.

TSLint Integrates the tslint linter for the TypeScript language into VS Code.

angular2-inline This package is a language extension for Microsoft Visual Studio Code. It extends the javascript and typescript languages to add Angular2 specific features for inline templates and stylesheets.

One Monokai Theme A cross between Monokai and One Dark theme.