-
Notifications
You must be signed in to change notification settings - Fork 6
IDE Integration
Marius Unger edited this page Mar 14, 2023
·
4 revisions
-
VS Code
- Angular Language Service - Provides a rich editing experience for Angular templates, both inline and external templates
- Angular Snippets - Adds snippets for Angular for TypeScript and HTML
- Angular Files - Quickly scaffold angular file templates
- IntelliCode - Provides AI-assisted development features for Python, TypeScript/JavaScript and Java
- Prettier - Opinionated code formatter, which enforces a consistent style
- Path Intellisense - autocompletes filenames
- IntelliJ Ultimate / Webstorm
VSCode users need to configure Prettier as the default formatter by editing the settings.json file:
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}