type-doc-vscode
v0.0.8
Published
TypeDoc type warnings in your code
Downloads
9
Readme
TypeDoc VSCode Extension
Static type checking for pure JavaScript
Features
TypeDoc type warnings in your code.
Release Notes
0.0.7
Better support for inline functions, e.g.
somePromise.then(function(result) {
return result;
});
0.0.6
Update version and bump TypeDoc. Now should properly handle promises and type inference.
0.0.3
Update version and bump TypeDoc
0.0.1
Initial release of TypeDoc VSCode