Quramy / tsuquyomi

A Vim plugin for TypeScript

Home Page:http://www.vim.org/scripts/script.php?script_id=5151

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsuquyomi#hint() get strange results

KKKiraSong opened this issue · comments

commented

When I use hint(), I get the strange result:

image

Here, 'import useEffect' follows right after the correct result, without any space in between.

I know that tsuquyomi just wants to tell me that useEffect is an imported alias, but this result is really strange, and makes it a little difficult to read the correct result.

Can the developer of tsuquyomi fix it?

Thanks!