https://marketplace.visualstudio.com/items?itemName=johnpapa.angular-essentials
Html Snippets: Adds rich language support for the HTML Markup to VS Code, including:
- Full HTML5 Tags
- Colorization
- Snippets
- [partially implemented] Quick Info
- description mentions if tag deprecated
Bracket Pair Colorizer: It allows you to matching brackets to be identified with colours. The user can define which characters to match, and which colours to use.
https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer
Auto Rename Tag: Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag
JavaScript (ES6) code snippets: This extension contains code snippets for JavaScript in ES6 syntax for Vs Code editor (supports both JavaScript and TypeScript).
https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets
C# Extension: This extension provides the following features inside VS Code:
- Lightweight development tools for .NET Core.
- Great C# editing support, including Syntax Highlighting, IntelliSense, Go to Definition, Find All References, etc.
- Debugging support for .NET Core (CoreCLR). NOTE: Mono debugging is not supported. Desktop CLR debugging has limited support.
- Support for project.json and csproj projects on Windows, macOS and Linux.
Live Server: Launch a local development server with live reload feature for static & dynamic pages.
https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
TabNine: Tabnine is the world's leading AI Code completion plugin, designed to help developers write code faster and better. Works with all programming language
https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode
Post Comments