Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Oct 28, 2022
2 parents 668c251 + b3afac4 commit 4cdfbc2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

VSCode Extension & utilities to explore type information in TypeScript projects.

<p align="center">
<img src="https://user-images.githubusercontent.com/16108792/198750577-f9430cc3-ff13-43dc-a027-da8041a38337.gif" />
</p>

## Packages

- [**typescript-explorer-vscode**](packages/typescript-explorer-vscode) - VSCode Extension
Expand Down
12 changes: 11 additions & 1 deletion packages/typescript-explorer-vscode/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# typescript-explorer-vscode

TODO
<p align="center">
<img src="https://user-images.githubusercontent.com/16108792/198750577-f9430cc3-ff13-43dc-a027-da8041a38337.gif" />
</p>

VSCode Extension providing full type information in TypeScript projects. Supports:

- Functions
- Primitive Types
- Literal Types
- Generics (Type Parameters)
- Classes, Interfaces, Enums

0 comments on commit 4cdfbc2

Please sign in to comment.