Skip to content

➕ Extensions

VS Code extensions are that help you manage your project's and your development experience. This page will guide you through the process of installing and using them.

Also, you can suggest your own extensions in extensions.json.

🔍 Linters

  • ESLint is a linter that helps you find and fix problems in your JavaScript code.
  • LintLens is a Visual Studio Code extension that allows you to see and fix your project's linting errors.
  • markdownlint is a linter that helps you find and fix problems in your Markdown files.
  • SonarLint is a linter that helps you find and fix problems in your code.

✅ Formatters

  • Prettier is a code formatter that helps you format your code automatically.

⚡ Misc

  • Terminals Manager is a terminal manager. It allows you to create, manage, and run terminals in the editor with .vscode/terminals.json config. When you open containing folder, it will automatically start the terminals.

🌈 Styling

  • Peacock is a Visual Studio Code extension that subtly changes the workspace color of your workspace. Ideal when you have multiple VS Code instances and you want to quickly identify which is which. Run Peacock: random color or enter color command with F1 (Cmd+Shift+P on macOS) to change the color of the workspace.

Released under the MIT License.