mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-10-01 01:05:39 -04:00
Update README.md
Interface generator added. Quickly generate interface definitions from typescript classes. Supports all class keywords except comments.
This commit is contained in:
parent
3e500f8583
commit
ec7bcbd77f
10
README.md
10
README.md
@ -135,6 +135,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
|
||||
- [SVG Viewer](#svg-viewer)
|
||||
- [Text Marker (Highlighter)](#text-marker-highlighter)
|
||||
- [ESDOC MDN](#esdoc-mdn)
|
||||
- [Interface generator](#interface-generator)
|
||||
- [Themes](#themes)
|
||||
- [An Old Hope Theme by Dustin Sanders](#an-old-hope-theme-by-dustin-sanders)
|
||||
- [Ariake Dark by wart](#ariake-dark-by-wart)
|
||||
@ -894,6 +895,15 @@ To enable Emmet support in .twig files, you'll need to have the following in you
|
||||
|
||||
![ESDOC MDN](https://raw.githubusercontent.com/samundrak/vscode-esdoc-mdn/master/demo.gif)
|
||||
|
||||
|
||||
![Interface generator (Typescript)](https://raw.githubusercontent.com/ryu1kn/vscode-text-marker/master/images/animations/public.gif)
|
||||
|
||||
## [Interface generator](https://marketplace.visualstudio.com/items?itemName=dotup.dotup-vscode-interface-generator)
|
||||
|
||||
> Quickly generate interface definitions from typescript class
|
||||
|
||||
![Interface generator](https://raw.githubusercontent.com/dotupNET/dotup-vscode-interface-generator/master/images/video2.gif)
|
||||
|
||||
# Themes
|
||||
|
||||
## UI
|
||||
|
Loading…
Reference in New Issue
Block a user