typescript-tstl-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

TypeScript TypeScriptToLua Language Service plugin

TypeScript Language Service plugin for TypeScriptToLua.

Installation

The simplest way to use this plugin in Visual Studio Code is to install the extension.

For other editors that use TypeScript Language Service you can enable this plugin manually:

npm install typescript-tstl-plugin

tsconfig.json:

{
  "compilerOptions": {
    "plugins": [{ "name": "typescript-tstl-plugin" }]
  },
  "tstl": {
    // "tstl" key is required
  }
}

Features

Currently the only feature this plugin implements is displaying TypeScriptToLua diagnostics:

Readme

Keywords

Package Sidebar

Install

npm i typescript-tstl-plugin

Weekly Downloads

49

Version

0.3.2

License

Apache-2.0

Unpacked Size

18.6 kB

Total Files

6

Last publish

Collaborators

  • lolleko
  • perryvw