Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>Essential Extension Pack by PiyushNew to Visual Studio Code? Get it now.
Essential Extension Pack by Piyush

Essential Extension Pack by Piyush

piyush-pandey

|
130 installs
| (1) | Free
Extensions I used on daily basics for web development and other languages
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Essential Extension Pack by Piyush

A collection of extensions I use in daily basics.

Also below is the custom setings for better comments extension (must use)

{
  "better-comments.tags": [
    {
      "tag": "//",
      "color": "#474747",
      "strikethrough": true,
      "underline": false,
      "backgroundColor": "transparent",
      "bold": false,
      "italic": false
    },
    {
      "tag": "!:",
      "color": "#fff",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "#FF2D00",
      "bold": false,
      "italic": false
    },
    {
      "tag": "!",
      "color": "#FF2D00",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "transparent",
      "bold": false,
      "italic": false
    },
    {
      "tag": "?:",
      "color": "#fff",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "#FF33DC",
      "bold": false,
      "italic": false
    },
    {
      "tag": "?",
      "color": "#FF33DC",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "transparent",
      "bold": false,
      "italic": false
    },
    {
      "tag": "*:",
      "color": "#fff",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "#1EFF20",
      "bold": false,
      "italic": false
    },
    {
      "tag": "*",
      "color": "#1EFF20",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "transparent",
      "bold": false,
      "italic": false
    },
    {
      "tag": "#:",
      "color": "#fff",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "#F3BB17",
      "bold": false,
      "italic": false
    },
    {
      "tag": "#",
      "color": "#F3BB17",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "transparent",
      "bold": false,
      "italic": false
    },
    {
      "tag": "@:",
      "color": "#fff",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "#FF8C00",
      "bold": false,
      "italic": false
    },
    {
      "tag": "@",
      "color": "#FF8C00",
      "strikethrough": false,
      "underline": false,
      "backgroundColor": "transparent",
      "bold": false,
      "italic": false
    }
  ]
}

Enjoy!

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