https://github.com/angular-schule/vscode-angular-schule-extension-pack
:open_file_folder: Our VSCode extension for Angular development
https://github.com/angular-schule/vscode-angular-schule-extension-pack
Last synced: 7 months ago
JSON representation
:open_file_folder: Our VSCode extension for Angular development
- Host: GitHub
- URL: https://github.com/angular-schule/vscode-angular-schule-extension-pack
- Owner: angular-schule
- License: mit
- Created: 2017-05-28T12:15:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T16:53:27.000Z (over 4 years ago)
- Last Synced: 2025-02-28T21:07:56.156Z (12 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=angular-schule.angular-schule-extension-pack
- Size: 1.3 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# Angular-Schule: Extension Pack
Useful extensions and settings for Angular development with [Visual Studio Code](https://code.visualstudio.com/).
Please install this pack before our workshop.
## Changelog
I update the settings and the list of extensions from time to time.
Here is the [CHANGELOG](https://github.com/angular-schule/vscode-angular-schule-extension-pack/blob/master/CHANGELOG.md).
## Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
* [`ext install angular-schule-extension-pack`](https://marketplace.visualstudio.com/items?itemName=angular-schule.angular-schule-extension-pack)
## What's inside?
This extensions contains the following **extensions** in one single pack:
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
* [Angular Language Service](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template)
* [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
* [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense)
This extension will also change the following **User Settings** (configuration in `settings.json`) to prepare the IDE for the workshop:
```json
{
"files.autoSave": "onFocusChange"
}
```
## Feedback
Questions, Suggestion, Complains?
Please write a mail to `team@angular.schule`.
----------

### © 2021 http://angular.schule