Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sokra/vscode-inline-types
https://github.com/sokra/vscode-inline-types
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sokra/vscode-inline-types
- Owner: sokra
- License: mit
- Fork: true (MartinJohns/vscode-inline-types)
- Created: 2018-05-11T08:16:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T12:06:53.000Z (over 3 years ago)
- Last Synced: 2024-07-31T07:18:56.715Z (5 months ago)
- Language: TypeScript
- Size: 358 KB
- Stars: 117
- Watchers: 1
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - vscode-inline-types - (TypeScript)
- awesome-list - vscode-inline-types
README
# vscode-inline-types
A Visual Studio Code extension that will inline-render inferred types in TypeScript documents.
![Inline rendering in action](assets/demo.png)
## Install
Inside VSCode, press `Ctrl+P`, and enter:
```
ext install ts-inline-types
```[[Source](https://marketplace.visualstudio.com/items?itemName=sokra.ts-inline-types)]