deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

Automatically fix "missing type hint signature" warnings #97

Open msjyoo opened 8 years ago

msjyoo commented 8 years ago

Since the compiler generates warnings with suggestions for type annotations, the plugin should offer the option of automatically inserting them. (Similar to Alt-Enter quick-fix on InteliJ IDEs)