Added Import cost

pull/185/head
Waylon Walker 2018-10-09 22:08:03 -05:00 committed by GitHub
parent 9346774e12
commit 2fd3f2b0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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.