Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bundle Size and Live Code #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Azure Cosmos DB](#azure-cosmos-db)
- [Azure IoT Toolkit](#azure-iot-toolkit)
- [Bookmarks](#bookmarks)
- [Bundle Size](#bundle-size)
- [Color Tabs](#color-tabs)
- [Create tests](#create-tests)
- [Deploy](#deploy)
Expand All @@ -100,6 +101,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [JS Parameter Annotations](#js-parameter-annotations)
- [Jumpy](#jumpy)
- [Kanban](#kanban)
- [Live Code](#live-code)
- [Live Server](#live-server)
- [Multiple clipboards](#multiple-clipboards)
- [ngrok for VSCode](#ngrok-for-vscode)
Expand Down Expand Up @@ -590,6 +592,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you

> Mark lines and jump to them

## [Bundle Size](https://marketplace.visualstudio.com/items?itemName=ambar.bundle-size)

> Display the bundle size of npm packages

![Display the bundle size of npm packages](https://raw.githubusercontent.com/ambar/vscode-bundle-size/main/images/preview.png)

## [Color Tabs](https://marketplace.visualstudio.com/items?itemName=orepor.color-tabs-vscode-ext)

> An extension for big projects or monorepos that colors your tab/titlebar based on the current package
Expand Down Expand Up @@ -722,6 +730,12 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s

> Simple Kanban board for use in Visual Studio Code, with time tracking and Markdown support.

## [Live Code](https://marketplace.visualstudio.com/items?itemName=ambar.live-code)

> Interactive code playground

![Interactive code playground](https://raw.githubusercontent.com/ambar/vscode-live-code/main/example/screenshot-1.png)

## [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)

> Launch a development local Server with live reload feature for static & dynamic pages.
Expand Down