Prettier - Code formatter
Prettier is an opinionated code formatter that supports many languages (JavaScript, TypeScript, JSON, CSS, HTML, Markdown, and more). It enforces a consistent style by parsing your code and re-printing it with its own rules, ensuring your code looks clean and uniform across your project.
[Deprecated] Bracket Pair Colorizer 2
Bracket Pair Colorizer is a VS Code extension that colors matching pairs of brackets (()
, {}
, []
) in your code. This makes it easier to visually identify matching brackets, especially in deeply nested code.
Live Server
Live Server is a popular VS Code extension that launches a local development server with a live reload feature. It automatically refreshes your browser when you save changes to your HTML, CSS, or JavaScript files, making web development faster and smoother.
Error Lens
Error Lens is a VS Code extension that highlights errors, warnings, and other diagnostics directly inline in your code. Instead of just showing markers in the Problems panel or the gutter, it overlays the error messages right next to the problematic code — making it much easier and faster to spot issues as you code.
No comments:
Post a Comment