ElmCast / elm-vim

Elm plugin for Vim
BSD 3-Clause "New" or "Revised" License
572 stars 102 forks source link

"Add missing types" functionality #113

Open hoelzro opened 7 years ago

hoelzro commented 7 years ago

Someone on the #vim channel on Slack mentioned that elm-mode for Emacs has a function to add types to functions missing type declarations. I implemented a basic version of this for Vim here: https://gist.github.com/hoelzro/9228e18fb2cc6c672767193250e57497

Would you be interested in me cleaning this up and adding it to elm-vim via a PR? If so, any guidance on how you would like me to clean it up would be most weclome!

hoelzro commented 7 years ago

Any thoughts on this?

carleryd commented 7 years ago

This feature is super useful! 👍

eliaslfox commented 7 years ago

I would use it 👍