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

Oficina Extension Pack

Roberto Achar

|
604 installs
| (0) | Free
An opinionated extension pack for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Oficina Extension Pack

Visual Studio Marketplace License

An opinionated extension pack for VS Code.

This extension pack provides the following extensions:

  • Auto Close Tag - Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text.

  • Auto Rename Tag - Auto rename paired HTML/XML tag.

  • Cobalt2 Theme Official - Official theme by Wes Bos.

  • EditorConfig for VS Code - EditorConfig Support for Visual Studio Code.

  • ESLint - Integrates ESLint JavaScript into VS Code.

  • language-stylus - Stylus language support.

  • Live Share - Real-time collaborative development from the comfort of your favorite tools.

  • Path Intellisense - Visual Studio Code plugin that autocompletes filenames.

  • Polacode - Polaroid for your code.

  • Prettier - Code formatter - VS Code plugin for prettier/prettier.

  • Visual Studio IntelliCode - AI-assisted development.

  • VSCode Essentials Snippets - A collection of essentials snippets for Visual Studio Code.

  • vscode-icons - Icons for Visual Studio Code.

  • vscode-styled-components - Syntax highlighting for styled-components.

Development

  • Clone the repo
$ git clone https://github.com/robertoachar/vscode-extension-pack.git
  • Install vsce
$ npm install -g vsce
  • Build the extension file
$ vsce package
  • Install the extension from a package file (.vsix)
  1. Launch Visual Studio Code
  2. Choose Extensions from menu
  3. Click More > Install from VSIX...
  4. Select the file vscode-extension-pack-x.x.x.vsix
  5. Click Reload Now to reload the Code

Publishing

  • Create a publisher
$ vsce create-publisher <publisher-name>
  • Login
$ vsce login <publisher-name>
  • Publish
$ vsce publish

Author

Roberto Achar

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft