https://github.com/typescripttolua/typescript-tstl-plugin
TypeScript TypeScriptToLua Language Service plugin
https://github.com/typescripttolua/typescript-tstl-plugin
Last synced: 4 months ago
JSON representation
TypeScript TypeScriptToLua Language Service plugin
- Host: GitHub
- URL: https://github.com/typescripttolua/typescript-tstl-plugin
- Owner: TypeScriptToLua
- License: apache-2.0
- Created: 2019-05-21T05:44:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:00:20.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T15:36:36.604Z (7 months ago)
- Language: JavaScript
- Size: 273 KB
- Stars: 13
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript TypeScriptToLua Language Service plugin
TypeScript Language Service plugin for [TypeScriptToLua](https://typescripttolua.github.io).
## Installation
The simplest way to use this plugin in Visual Studio Code is to install the
[extension](https://marketplace.visualstudio.com/items?itemName=ark120202.vscode-typescript-to-lua).For other editors that use TypeScript Language Service you can enable this plugin manually:
```shell
npm install typescript-tstl-plugin
```tsconfig.json:
```jsonc
{
"compilerOptions": {
"plugins": [{ "name": "typescript-tstl-plugin" }]
},
"tstl": {
// "tstl" key is required
}
}
```## Features
Currently the only feature this plugin implements is displaying TypeScriptToLua diagnostics:
