mitsuse / autocomplete-swift

Autocompletion for Swift in NeoVim with deoplete.
MIT License
96 stars 5 forks source link

Include return type #11

Closed drewdeponte closed 6 years ago

drewdeponte commented 6 years ago

Is there any way to include the return type information in the autocompletion?

drewdeponte commented 6 years ago

I am guessing it is doable as the emacs sourcekitten based swift autocompletion plugin looks to do it

https://github.com/nathankot/company-sourcekit

mitsuse commented 6 years ago

@cyphactor Thank for your greate idea and suggestion! The return type informations are now presented on the completion window. Please try the new version of Autocomplete-swift!

screen shot 2018-06-13 at 0 21 44