Automatically display type of variable when hovering over it.
Tombert opened this issue · 2 comments
Tombert commented
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
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
ok I'm closing this for now as unless syntastic supports it we can't.