Difference between revisions of "TypeScript"
Jump to navigation
Jump to search
(typescript: TIDE) |
|||
Line 21: | Line 21: | ||
It uses [https://github.com/Microsoft/TypeScript/pull/2041 tsserver] as the backend for most of the features. It writes out a comprehensive log file. | It uses [https://github.com/Microsoft/TypeScript/pull/2041 tsserver] as the backend for most of the features. It writes out a comprehensive log file. | ||
+ | |||
+ | [[File:Typescript.gif|300px]] | ||
[[Category:Programming languages]] | [[Category:Programming languages]] | ||
[[Category:Programming]] | [[Category:Programming]] |
Revision as of 12:54, 10 May 2017
How can we program in TypeScript in Emacs ? Let's dive in.
Tide - Typescript Interactive Development for Emacs
Tide features:
- ElDoc
- Auto complete
- Flycheck
- Jump to definition, Jump to type definition
- Find occurrences
- Rename symbol
- Imenu
- Compile On Save
- Highlight Identifiers
- Code Fixes
- supports jsx files
- format options via elisp or
tsfmt.json
- works well with js2-mode
It uses tsserver as the backend for most of the features. It writes out a comprehensive log file.