In the website here, it shows pictures of EclipseFP plugin with pop-up documentation.
^ All I get is the type signature - "putChar :: Char -> IO()".
I have all the helper executables other than the ones for web frameworks and SourceGraph and UUAGC. Sourcegraph not installing is something else.
Anyway, I'm not getting pop up documentation for any of the standard library functions or my own user-defined functions. Also, I installed Hoogle...
and after installation I re-opened EclipseFP and it made no difference - no documentation for any function.
I got it working!
After cabal installing every Helper executable (except for Web dev and SourceGraph) under "Window > Preferences > Haskell > Helper executables", I could get documentation on my own methods if they were written like this...
Note that if you try to write documentation like this, it doesn't render properly...
^ Instead, it just prints "a is the Int being returned"