mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2025-01-01 18:46:21 -05:00
Added Import cost
This commit is contained in:
parent
9346774e12
commit
2fd3f2b0a5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user