jaredly / reason-language-server

A language server for reason, in reason
MIT License
659 stars 84 forks source link

signatureHelp for Contructors too #78

Open jaredly opened 6 years ago

jaredly commented 6 years ago

Would be so nice, especially in pattern contexts.

also want to make the signatureHelp more robust (if type inference hasn't gotten that far, for example)

oblitum commented 5 years ago

signatureHelp is also not working after each , (e.g. Js.log2(2,), just after ( (e.g. Js.log2(). It also isn't working for free functions (e.g. print_endline(), just for methods (e.g. Js.log2().