Vs.code Mandatory Extension PackA slim package with mandatory vs.code extensions for front-end developer of any language, What's is inside:The extension package apply to any framework (Vanilla JS, Vue, Angular, React, etc...), just include some visual helpers, code style and linters to help you with anything you want to do. CODE STYLE and FORMATTERS:Eslint: Integrates ESLint to statically analyzes your code to quickly find problems. If you are new to ESLint check the documentation. TypeScript TSLint Plugin: Provides TSLint support using the typescript-tslint-plugin. Important: If you also have the vscode-tslint extension in VS Code installed, please disable it to avoid linting files twice. Stylelint: Lint CSS/SCSS/Less with stylelint. Prettier - Code Formater: Format your JavaScript / TypeScript / CSS using Prettier. HelpersAuto Close Tags: Auto-close HTML tags. Auto Rename Tag: Automatically rename paired HTML/XML tag, same as Visual Studio IDE does. Bracket Pair Colorizer 2: A customizable extension for colorizing matching brackets. Turbo Console: Make debugging much easier by automating the operation of writing meaningful log message. Dot
|