tsuquyomi : Vim plugin for typescript
script karma |
Rating 78/25,
Downloaded by 4669 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Yosuke Kurami |
|
script type |
ftplugin |
|
description |
Tsuquyomi is a vim plugin for TypeScript using TSServer, which is a tool for editor bundled into TypeScript.
This plugin provides the following features:
+ Omni-completions
+ Navigation to the location where the symbol is defined
+ Navigation to the location where the symbol is referenced
+ Show compile errors quickly.
+ Rename the identifier
+ etc..
If you want details, please see github repository or `:help tsuquyomi` after installation.
https://github.com/Quramy/tsuquyomi |
|
install details |
Tsuquyomi requires the following:
+ https://github.com/Shougo/vimproc.vim
+ Node.js & TypeScript(v1.5.0 or later)
First install Node.js and execute the following command in your prompt.
$ npm -g install typescript
Second, install vimproc.
(Please see https://github.com/Shougo/vimproc.vim#install)
If you use NeoBundle, append the following to your .vimrc and execute :NeoBundleInstall to get vimproc and tsuquyomi.
```vim:.vimrc
NeoBundle 'Shougo/vimproc.vim', {
\ 'build' : {
\ 'windows' : 'tools\\update-dll-mingw',
\ 'cygwin' : 'make -f make_cygwin.mak',
\ 'mac' : 'make -f make_mac.mak',
\ 'linux' : 'make',
\ 'unix' : 'gmake',
\ },
\ }
NeoBundle 'Quramy/tsuquyomi'
``` |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.80
|