Quramy / tsuquyomi

A Vim plugin for TypeScript
http://www.vim.org/scripts/script.php?script_id=5151
1.39k stars 72 forks source link

Tooltip fails after file modification #273

Open campbellwmorgan opened 5 years ago

campbellwmorgan commented 5 years ago

Firstly, thanks for an awesome plugin!

I'm on gvim 8.1 on linux. When I open a project for the first time, the tooltip works really nice to preview types. However, as soon as I've made one change to the project, the tooltip stops working altogether. I haven't noticed any error messages and running TsuReload or TsuReloadProject doesn't seem to make any difference.

Am I doing something wrong? Is this really a tsc bug?

Thanks a lot for any help with this.

EDIT: I've found that running set ballooneval after saving seems to refresh it.