From ec7bcbd77f07a6da520ba559cf5cca8e9d700a79 Mon Sep 17 00:00:00 2001 From: Peter Ullrich Date: Wed, 6 Mar 2019 21:05:35 +0100 Subject: [PATCH] Update README.md Interface generator added. Quickly generate interface definitions from typescript classes. Supports all class keywords except comments. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fa38d0f..3d6ca2c 100644 --- a/README.md +++ b/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