TabScript for Visual Studio CodeLanguage support for TabScript - modern TypeScript without the {(noise;)}. What is TabScript?TabScript is an indentation-based syntax for TypeScript, designed for building clean domain-specific languages (DSLs) with the full power of TypeScript's type system. It supports a powerful plugin system for custom syntax extensions. Learn more at tabscript.vanviegen.net Extension Features
RequirementsThe extension includes a vendored copy of the TabScript transpiler, so no additional installation is required. However, if your project has TabScript installed locally via npm, the extension will prefer that version for consistent behavior between your IDE and build process. How It WorksThe extension transpiles your TabScript code to TypeScript in memory as you type, then delegates to TypeScript's language service for all IDE features. This means you get the full power of TypeScript's type system while writing TabScript code. For projects using TabScript plugins, the extension will automatically transpile and load plugin files ( Extension SettingsThis extension contributes the following settings:
Release Notes0.2.0
0.1.0Initial release:
ContributingFound a bug or have a feature request? Please open an issue on our GitHub repository. LicenseMIT |