jspizdec Extension
This extension provides type-checking and type-safe function utilities for JavaScript/TypeScript development in VS Code.
Features
- Type-safe variable validation (
TypeVar ).
- Complex object type-checking (
ObjectType ).
- Type-safe function wrappers (
FuncType ).
Installation
- Download the extension from the VS Code marketplace or package it locally using
npx vsce package .
- Install it by dragging the
.vsix file to your VS Code window or using the command Extensions: Install from VSIX .
Usage
- Create type-checkers and use them in your code for runtime type validation.
- Access additional autocompletion and type information directly in your editor.
Release Notes
0.0.1
- Initial release with basic type-checking and function wrapping support.
| |