codemirror-ts
by val.town
codemirror-ts is a set of extensions for CodeMirror 6 that add support for TypeScript.
Demo
Demo with ATA
This demo uses ATA to acquire types of referenced NPM modules.
Demo with transpiling
This demo adds another method in the typescript worker to transpile the given code.
Currently supported
- Autocomplete
- Hover
- Diagnostics
- Go to definition
- Twoslash