diff --git a/README.md b/README.md index 5b39a23..3f13645 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # ts-type-expand for VSCode VSCode extension that allows you to expand TypeScript type definitions. @@ -5,6 +6,8 @@ VSCode extension that allows you to expand TypeScript type definitions. - Displays the type information of the selected node - This is especially useful for hard-to-read types, such as those automatically generated from GraphQL schemas. +![](https://user-images.githubusercontent.com/37296661/119652128-b18edd80-be60-11eb-87b7-aca155ac1210.gif) + ## Installation You can install this extension from the [ts-type-expand - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=kimuson.ts-type-expand)!