Windows Admin Center shell and extensions' developement extension pack for VS Code.
This is a collection of VS Code extensions useful for development of WAC's SDK and extensions.
Extensions in this pack include:
- Angular Language Service - provides a rich editing experience for Angular templates, both inline and external templates.
- Angular Snippets(Version 13) - TypeScript, Html, Angular Material, ngRx, RxJS & Flex Layout - adds snippets for Angular for TypeScript and HTML.
- PowerShell - provides rich PowerShell language support for VS Code. Write and debug PowerShell scripts in VS Code.
- Microsoft Edge Tools for VS Code - to debug your JavaScript code in the Microsoft Edge browser.
- Karma Test Explorer (for Angular, Jasmine, and Mocha) - allows you to run or debug your Angular or Karma tests with the Test Explorer UI and the Debugger for Chrome extensions on VS Code.
- RESJSON- provides language support for RESJSON files(which have the file extension .resjson).
- Highlight Trailing White Spaces - highlights trailing white spaces in red.
- Auto Rename Tag - automatically renames paired HTML/XML tag, same as Visual Studio IDE does.
- Better Comments - helps you create more human-friendly comments in your code.
- GitLens - supercharges the Git capabilities built into VS Code. ,
- TSLint - adds tslint to VS Code using the TypeScript TSLint language service plugin.,
- Prettier- an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
- Path Intellisense - autocompletes filenames.,
- Output Colorizer- adds syntax colorization for both the output/debug/extensions panel and *.log files.
- npm Intellisense - autocompletes npm modules in import statements.
- Node npm scripts - supports running npm scripts defined in the package.json file and validating the installed modules against the dependencies defined in the package.json.
- HTML CSS Support -HTML id and class attribute completion for VS Code.
- CSS Peek - adds
Go To Definition
andGo To Symbol
in Workspace support for css/scss/less (classes and IDs) found in strings within the source code. - Material Icon Theme
- Code Spell Checker - A basic spell checker that works well with code and documents.
- DotENV - provides .env syntax highlighting.