Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>Braun Extension PackNew to Visual Studio Code? Get it now.
Braun Extension Pack

Braun Extension Pack

Matheus Braun

|
10,410 installs
| (1) | Free
A collection of extensions that makes vscode more productive (and cool).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Braun Extension Pack

A collection of vscode plugins that makes it more productive (and cool).

You can install it from the marketplace here.

Included Extensions

  • Apc Customize UI++ - Allows customization outside vscode scoop.

  • C# Dev Kit - Official C# extension from Microsoft.

  • C# Namespace Autocompletion - Full namespace autocompletion for C#.

  • Code Spell Checker - Spelling checker for source code.

  • Color Highlight - Highlights colors in your editor.

  • EditorConfig for VS Code - Attempts to override user/workspace settings with settings found in .editorconfig files.

  • Error Lens - Improve highlighting of errors, warnings and other language diagnostics.

  • ESLint - Integrates ESLint into VS Code.

  • GitHub Copilot - AI from GitHub that helps increase your productivity. It costs $10 monthly to use or $100 yearly.

  • GitLens - Git supercharged - Supercharges the Git capabilities built into Visual Studio Code. It helps you to visualize code authorship at a glance via Git blame annotations and code lens.

  • Highlight - Advanced text highlighter based on regexes. Useful for todos, annotations, colors etc.

  • Min Theme - A minimal theme for VS Code that comes in dark and light.

  • Prettier - Code formatter - 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.

  • Pretty Typescript Errors - Make TypeScript errors prettier and human-readable in VSCode.

  • Prisma - Adds syntax highlighting, linting, code completion, formatting, jump-to-definition and more for Prisma Schema files.

  • Symbols - A simple file icon theme for VS Code.

  • Tailwind CSS IntelliSense - Enhances the Tailwind development experience by providing Visual Studio Code users with advanced features such as autocomplete, syntax highlighting, and linting.

Do you want to install just a few extensions?

To install just a few extensions, you need to edit the package.json removing the unwanted extensions from extensionPack and after that just follow the steps below to install it locally.

How to develop and install it locally

  • Clone the repository
$ git clone https://github.com/matheeusbl/braun-extension-pack
  • Install vsce
$ npm i -g vsce
  • Generate the extension package
$ vsce package
  • Install the extension through the file .vsix
  1. Open VS Code
  2. Select Extensions menu
  3. Click in More > Install from VSIX...
  4. Select the file braun-extension-pack-x.x.x.vsix
  5. Click in Reload Now to reaload VS Code
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft