Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>Back PackerNew to Visual Studio Code? Get it now.
Back Packer

Back Packer

Preview

Abdulmoiz-Ahmer

|
823 installs
| (1) | Free
All useful extensions that one might for web, native mobile and blockchain development
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

BackPacker Extensions Pack Auto Rename Tag

Thanks for checking out my VS Code backPack extension pack.

Remove all existing extensions (optional)

rm -rf ~/.vscode/extensions

Install From Cloning Repository

code --install-extension back-packer-0.0.3.vsix

Install From marketplace

ext install AbdulmoizAhmer.back-packer

Settings (optional)

{
  "window.zoomLevel": 2,
  "explorer.confirmDragAndDrop": false,
  "javascript.validate.enable": false,
  "editor.formatOnPaste": true,
  "editor.snippetSuggestions": "top",
  "files.autoSave": "afterDelay",
  "files.autoSaveDelay": 100,
  "editor.fontSize": 20,
  "better-comments.multilineComments": true,
  "better-comments.highlightPlainText": false,
  "javascript.updateImportsOnFileMove.enabled": "always",
  "better-comments.tags": [
    {
      "tag": "!",
      "color": "#D84727",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "transparent",
      "bold": false,
      "italic": false
    },
    {
      "tag": "?",
      "color": "#5EB1BF",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "transparent",
      "bold": false,
      "italic": false
    },
    {
      "tag": "//",
      "color": "#9BC53D",
      "strikethrough": true,
      "underline": false,
      "backgroundColor": "transparent",
      "bold": false,
      "italic": false
    },
    {
      "tag": "todo",
      "color": "#EF7B45",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "transparent",
      "bold": false,
      "italic": false
    },
    {
      "tag": "*",
      "color": "#3F612D",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "transparent",
      "bold": false,
      "italic": false
    }
  ],
  "terminal.integrated.profiles.linux": { "bash": { "path": "/bin/bash" } },
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "[html]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[typescript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[go]": {
    "editor.insertSpaces": true,
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "golang.go-nightly"
  },
  "[markdown]": {
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true
  },
   "[json]": {
    "editor.defaultFormatter": "vscode.json-language-features"
  },
  "settingsSync.ignoredExtensions": ["bengreenier.vscode-node-readme"],
  "fileutils.typeahead.enabled": true,
  "launch": {
    "configurations": [],
    "compounds": []
  },
  "cSpell.userWords": ["Kubernetes", "middlewares", "sendgrid", "Twilio"],
  "redhat.telemetry.enabled": true,
  "svelte.enable-ts-plugin": true,
  "workbench.editor.untitled.hint": "hidden",
  "solidity.defaultCompiler": "localNodeModule",
  "bookmarks.useWorkaroundForFormatters": true,
  "json.schemas": [

  
  ],
  "editor.bracketPairColorization.enabled": true,
  "editor.guides.bracketPairs":"active",
  "go.toolsManagement.autoUpdate": true,
  "tabnine.experimentalAutoImports": true,
  "vs-kubernetes": {
    "vscode-kubernetes.kubectl-path.linux": "/home/abdulmoiz/.vs-kubernetes/tools/kubectl/kubectl",
    "vscode-kubernetes.minikube-path.linux": "/home/abdulmoiz/.vs-kubernetes/tools/minikube/linux-amd64/minikube",
    "vscode-kubernetes.helm-path.linux": "/home/abdulmoiz/.vs-kubernetes/tools/helm/linux-amd64/helm"
  }
}

Included Extensions

Apollo GraphQL

Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform.

Auto Rename Tag

Auto Import

Auto Rename Tag

Automatically finds, parses and provides code actions and code completion for all available imports. Works with Typescript and TSX.

Auto Rename Tag

Auto Rename Tag

This one automatically renames the corresponding tag that you modify. This is just a helpful time-saver.

Babel JavaScript

Auto Rename Tag

VSCode syntax highlighting for today's JavaScript.

Bash Beautify

Auto Rename Tag

Format / Beautify bash and shell scripts.

Better Comments

Auto Rename Tag

Improve your code commenting by annotating with alert, informational, TODOs, and more!

Better TOML

Auto Rename Tag

Better TOML is vs code extension to support TOML file.

Bookmarks

Auto Rename Tag

Mark lines and jump to them.

Bridge to Kubernetes

Auto Rename Tag

Rapid Kubernetes development for teams.

change-case

Auto Rename Tag

Quickly change the case (camelCase, CONSTANT_CASE, snake_case, etc) of the current selection or current word.

Code Spell Checker

Auto Rename Tag

Spelling checker for source code.

Color Highlight

Auto Rename Tag

Highlight web colors in your editor.

CSS Peek

Auto Rename Tag

Allow peeking to css ID and class strings as definitions from html files to respective CSS. Allows peek and goto definition.

css-to-react

Auto Rename Tag

Convert CSS to React-style style objects or JSON.

Diff

Auto Rename Tag

Diff 2 opened files with ease. Because running code --diff path1 path2 is too slow.

Docker

Auto Rename Tag

Makes it easy to create, manage, and debug containerized applications.

DotENV

Auto Rename Tag

Support for dotenv file syntax.

ES7+ React/Redux/React-Native snippets

Auto Rename Tag

Extensions for React, React-Native and Redux in JS/TS with ES7+ syntax. Customizable. Built-in integration with prettier.

ESLint

Auto Rename Tag

Integrates ESLint JavaScript into VS Code.

Ethereum DeFi Language Support

Auto Rename Tag

Ethereum DeFi support for NodeJS applications

Ethereum Essentials Pack

Auto Rename Tag

Extension pack for Ethereum developers

Ethereum Remix

Auto Rename Tag

Ethereum Remix plugins in VSCode

EthSential

Auto Rename Tag

Security analysis for Ethereum smart contracts

File Downloader

Auto Rename Tag

Exposes an API that allows other extensions to download files.

File Utils

Auto Rename Tag

A convenient way of creating, duplicating, moving, renaming, deleting files and directories.

Font Awesome Auto-complete & Preview

Auto Rename Tag

Autocomplete & preview Font Awesome icons in any language.

Git Extension Pack

Auto Rename Tag

Popular Visual Studio Code extensions for Git.

Git History

Auto Rename Tag

View git log, file history, compare branches or commits.

GitHub Pull Requests and Issues

Auto Rename Tag

Pull Request and Issue Provider for GitHub.

GitLens — Git supercharged

Auto Rename Tag

Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more

Go

Auto Rename Tag

Rich Go language support for Visual Studio Code.

Go Doc

Auto Rename Tag

Show documentation of go symbols and packages.

Go Nightly

Auto Rename Tag

Rich Go language support for Visual Studio Code (Nightly).

Go Outliner

Auto Rename Tag

Go code outline explorer.

Go Test Explorer

Auto Rename Tag

Go Test Explorer.

Go to SCSS

Prettier

Switch between the code and the stylesheet file.

Golang TDD

Live Server

Show green/red lights on the bottom bar. Red when tests are failing and green when passing. This runs on save. Better feedback with less effort.

Golang Tools

Better Comments

Tools for productive work.

HTML to CSS / LESS / SCSS

HTML CSS Support

Copy HTML code and paste it as CSS / LESS / SCSS selectors code.

html-to-react

HTML CSS Support

Converts HTML code to React JSX.

htmltagwrap

HTML CSS Support

Wraps selected code with HTML tags.

Image preview

HTML CSS Support

Shows image preview in the gutter and on hover.

Import Cost

HTML CSS Support

Display import/require package size in the editor.

indent-rainbow

HTML CSS Support

Makes indentation easier to read.

IntelliSense for CSS class names in HTML

HTML CSS Support

CSS class name completion for the HTML class attribute based on the definitions found in your workspace.

JavaScript and TypeScript Nightly

HTML CSS Support

Enables typescript@next to power VS Code's built-in JavaScript and TypeScript support.

javascript console utils

HTML CSS Support

Help insert and remove console.(*) statements.

JS JSX Snippets

HTML CSS Support

Extensions for React, Redux in JS with babel and ES7 syntax.

JSON to TS

HTML CSS Support

Convert JSON object to typescript interfaces.

jsx-to-scss

HTML CSS Support

Help you generate scss/less structure from jsx.

Kubernetes

HTML CSS Support

Develop, deploy and debug Kubernetes applications.

Live Sass Compiler

HTML CSS Support

Compile Sass or Scss to CSS at realtime with live browser reload.

Live Share

HTML CSS Support

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

Markdown Preview Github Styling

HTML CSS Support

Changes VS Code's built-in markdown preview to match Github's style.

MinifyAll

HTML CSS Support

Minifier for JSON, CSS, HTML, XML, TWIG, LESS, SASS, SCSS, JavaScript, JSONC, and JavaScriptReact(testing). Compressor of files and folders. You will love its simplicity!.

MongoDB for VS Code

HTML CSS Support

Connect to MongoDB and Atlas directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.

Move TS - Move TypeScript files and update relative imports

HTML CSS Support

extension for moving typescript files and folders and updating relative imports in your workspace.

Multi Line tricks

HTML CSS Support

Enable Alt+L (line select) and Alt+Shift+L (selection to multi-cursor) behavior on VSCode.

MySQL

HTML CSS Support

Database manager for MySQL/MariaDB, PostgreSQL, SQLite, Redis and ElasticSearch.

Node TDD

HTML CSS Support

Ease test-driven development in Node and JavaScript.

node-readme

HTML CSS Support

A vscode extension to view javascript module documentation in editor.

Node.js Exec

HTML CSS Support

Execute the current file or your selected code with node.js.

npm

HTML CSS Support

npm support for VS Code.

npm Intellisense

HTML CSS Support

Visual Studio Code plugin that autocompletes npm modules in import statements.

One Monokai Theme

HTML CSS Support

A cross between Monokai and One Dark theme.

open in browser

HTML CSS Support

This allows you to open the current file in your default browser or application.

Open in GitHub, Bitbucket, Gitlab, VisualStudio.com !

HTML CSS Support

Jump to a source code line in Github, Bitbucket, Gitlab, VisualStudio.com !.

Paste JSON as Code

HTML CSS Support

Copy JSON, paste as Go, TypeScript, C#, C++ and more.

Peacock

HTML CSS Support

Subtly change the workspace color of your workspace. Ideal when you have multiple VS Code instances and you want to quickly identify which is which.

Prettier - Code formatter

HTML CSS Support

Code formatter using prettier.

Project Manager

HTML CSS Support

Easily switch between projects.

Project Snippets

HTML CSS Support

Project/Workspace level snippets.

px to rem

HTML CSS Support

Converts px to rem, and vice versa.

Quokka.js

HTML CSS Support

JavaScript and TypeScript playground in your editor.

React Native Tools

HTML CSS Support

Debugging and integrated commands for React Native.

Remote - Containers

HTML CSS Support

Open any folder or repository inside a Docker container and take advantage of Visual Studio Code's full feature set.

Remove Comments

HTML CSS Support

Remove all comments from your code at once! Unclutter and undocument your code in one go!

REST Client

HTML CSS Support

REST Client for Visual Studio Code.

Rust

HTML CSS Support

Rust for Visual Studio Code (powered by Rust Language Server/Rust Analyzer). Provides lints, code completion and navigation, formatting and more.

SCSS IntelliSense

HTML CSS Support

Advanced autocompletion and refactoring support for SCSS.

Search node_modules

HTML CSS Support

Quickly search the node_modules folder.

seti

HTML CSS Support

Seti theme for VsCode.

solidity

HTML CSS Support

Ethereum Solidity Language for Visual Studio Code.

Solidity Debugger

HTML CSS Support

Debugger for Solidity smart contracts - powered by the Meadow testing and development tool suite.

Svelte for VS Code

HTML CSS Support

Svelte language support for VS Code.

Svg Preview

HTML CSS Support

Preview for Svg files.

Tabnine AI Autocomplete for Javascript, Python, Typescript, PHP, Go, Java, Ruby & more

HTML CSS Support

JavaScript, Python, Java, Typescript & all other languages - AI Code completion plugin. Tabnine makes developers more productive by auto-completing their code.

Tailwind CSS IntelliSense

HTML CSS Support

Intelligent Tailwind CSS tooling for VS Code.

Template String Converter

HTML CSS Support

Converts a string to a template string when ${ is typed.

Todo Tree

HTML CSS Support

Show TODO, FIXME, etc. comment tags in a tree view.

TSLint

HTML CSS Support

TSLint support for Visual Studio Code.

TypeScript Hero

HTML CSS Support

Additional toolings for typescript.

TypeScript Importer

HTML CSS Support

Automatically searches for TypeScript definitions in workspace files and provides all known symbols as completion item to allow code completion.

Typescript React code snippets

HTML CSS Support

Code snippets for react in typescript.

TypeScript Vue Plugin (Volar)

HTML CSS Support

Vue Plugin for TypeScript server.

Vetur

HTML CSS Support

Vue tooling for VS Code.

Visual Studio Code Commitizen Support

HTML CSS Support

commitizen - git commit with conventions.

vscode-UnCSS

Auto Rename Tag

Can use uncss with vscode.

Visual Studio IntelliCode

HTML CSS Support

AI-assisted development.

Visual Studio Keymap

HTML CSS Support

Popular Visual Studio keybindings for VS Code.

VS Color Picker

HTML CSS Support

A tiny & smart color picker for web developer.

VS HTML to CSS

HTML CSS Support

Generate CSS classes from HTML structure.

vscode-faker

HTML CSS Support

Generate fake data for name, address, lorem ipsum, commerce and much more.

vscode-proto3

HTML CSS Support

Protobuf 3 support for Visual Studio Code.

vue

HTML CSS Support

Syntax Highlight for Vue.js.

Vue Language Features (Volar)

HTML CSS Support

Language support for Vue 3.

Vyper

HTML CSS Support

Ethereum Vyper language support for Visual Studio Code.

YAML

HTML CSS Support

YAML Language Support by Red Hat, with built-in Kubernetes syntax support.

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