maralla / completor.vim

Async completion framework made ease.
MIT License
1.27k stars 63 forks source link

TypeScript doesn't show types #262

Closed sebkolind closed 3 years ago

sebkolind commented 5 years ago

I'm using completor for TypeScript, and I expected it to show the type of a property ie. string, number etc.. And for a function I expect it to show some information about that function ie. parameters and types of those, and the return type, but it doesn't. Is this because I didn't set it up correctly, or completor simply doesn't support it?