.. | ||
img | ||
packages.el | ||
README.md |
TypeScript contribution layer for Spacemacs
Table of Contents
Description
This layer adds support for TypeScript editing via typescript-tools and emacs-tss.
This layer provides:
- syntax coloring
- error highlighting
- auto-completion via Flymake
- jump-to-definition
Install
Layer
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(typescript))
Prerequisites
You'll need typescript-tools and fairly obviously also the TypeScript compiler:
$ npm install typescript
$ git clone git://github.com/clausreinke/typescript-tools.git
$ cd typescript-tools/
$ npm install -g
Key bindings
Key Binding | Description |
---|---|
<SPC> m g g |
Jump to definition |
<SPC> m h h |
Show popup help (with type info) |