carymrobbins / intellij-haskforce

Haskell plugin for IntelliJ IDEA
http://carymrobbins.github.io/intellij-haskforce/
Apache License 2.0
486 stars 39 forks source link

Haddock integration for "External Documentation" #187

Open laura-dietz opened 9 years ago

laura-dietz commented 9 years ago

For Java, Idea shows external java-API documentation for a selected symbol in an external web browser [1](default keybinding Shift-F1).

It would be great to integrate this for Haskell to show local Haddock documentation or integrate with Hoogle.

The ghc-mod doc will tell you where the HTML documentation for a given module will be found.

[1] https://www.jetbrains.com/idea/help/viewing-external-documentation.html?search=external%20java%20doc

carymrobbins commented 9 years ago

While marked as an enhancement, I think this should go in quickly, in conjunction with #185.