From 2fd3f2b0a50a9bb56561437b9f7f995282476a09 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Tue, 9 Oct 2018 22:08:03 -0500 Subject: [PATCH] Added Import cost --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fbc16fd..425071e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [GitHub](#github) - [GitHub Pull Request Monitor](#github-pull-request-monitor) - [Icon Fonts](#icon-fonts) + - [Import Cost](#import-cost) - [JS Parameter Annotations](#js-parameter-annotations) - [Kanban](#kanban) - [Live Server](#live-server) @@ -456,6 +457,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more! +## [Import Cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost) + +> This extension will display inline in the editor the size of the imported package. The extension utilizes webpack with babili-webpack-plugin in order to detect the imported size. + +![Import Cost Screenshot](https://file-wkbcnlcvbn.now.sh/import-cost.gif) + ## [JS Parameter Annotations](https://marketplace.visualstudio.com/items?itemName=lannonbr.vscode-js-annotations) > Provides annotations on function calls in JS/TS files to provide parameter names to arguments.