fsharp / zarchive-vim-fsharp

F# bindings for vim
MIT License
143 stars 34 forks source link

Automatically display type of variable when hovering over it. #89

Closed Tombert closed 7 years ago

Tombert commented 7 years ago

Hello!

In the FSharp mode for Emacs, I've become kind of accustomed to being able to simply put my cursor over a variable, and have its type listed on the bottom.

While I don't mind doing <leader>t too much, is there a mechanism to have it automatically display the type?

kjnilsson commented 7 years ago

There isn't as syntastic uses the mouseover to display error details. There may be some way to hack it in but it would probably be quite unpleasant.

kjnilsson commented 7 years ago

ok I'm closing this for now as unless syntastic supports it we can't.