sponsor Vim development Vim logo Vim Book Ad

tsuquyomi : Vim plugin for typescript

 script karma  Rating 78/25, Downloaded by 4965  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'
```
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
tsuquyomi-0.7.0.zip 0.7.0 2017-04-16 7.4 Yosuke Kurami https://github.com/Quramy/tsuquyomi/releases/tag/v0.7.0
tsuquyomi-0.6.1.zip 0.6.1 2016-05-17 7.4 Yosuke Kurami https://github.com/Quramy/tsuquyomi/releases/tag/v0.6.1
tsuquyomi-0.5.3.zip 0.5.3 2016-05-10 7.4 Yosuke Kurami https://github.com/Quramy/tsuquyomi/releases/tag/v0.5.3
tsuquyomi-0.4.6.zip 0.4.6 2015-07-27 7.4 Yosuke Kurami https://github.com/Quramy/tsuquyomi/releases/tag/v0.4.6
tsuquyomi-0.3.1.zip 0.3.1 2015-04-11 7.4 Yosuke Kurami https://github.com/Quramy/tsuquyomi/releases/tag/v0.3.1
tsuquyomi-0.2.2.zip 0.2.2 2015-04-04 7.4 Yosuke Kurami * Update docs with release of TypeScript 1.5.0-alpha.
* Add to check the option bexpr for non gvim.
ip used for rating: 216.73.216.147

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github