Skip to content
hazzard993 edited this page Oct 28, 2018 · 5 revisions

Sublime Text

Using package control, install the Typescript package.

This allows Sublime to provide language services for Sublime!

Showing description

Sublime Build

A Sublime build file can also be used to speed up your workflow.

{
	"cmd": "tstl -p $folder --outDir lua --luaLibImport none && start cmd /c lovec $folder\\lua",
	"shell": true
}

VS Code

Visual Studio Code's Typescript features remain more updated than Sublime's.

Showing description in VS Code

Clone this wiki locally