A vscode
extension to show live preview of typescript documentation using tsdoc
or typedoc markup within your typescript files.
Theme (light or dark) is automatically detect from vscode theme.
Show or hide methods/fuctions with no documentation signatures.
Command | Keybinding |
---|---|
TypeDoc Live Preview: Open Preview to the Side | Ctrl + Alt + P |
TypeDoc Live Preview: Reload Preview | none |
TypeDoc Live Preview: Show empty signatures | none |
TypeDoc Live Preview: Hide empty signatures | none |
TypeDoc Live Preview: Refresh Typescript library types cache | none |
- Open Extensions sideBar panel in Visual Studio Code and choose the menu options for View → Extensions
- Search for
typedoc-live-preview
- Click Install
- Click Reload, if required
Marketplace extension page - TypeDoc Live Preview
This extension contributes the following settings:
Setting | Description | Default | Values |
---|---|---|---|
typedoclivepreview.emptySignatures | Show or hide empty methods/fuctions signatures | show |
show ,hide |
Have a look at our CHANGELOG to get the details of all changes.
Added support for Typescript react
(tsx) files
Initial release of TypeDoc Live Preview
extension