haskell / haskell-mode

Emacs mode for Haskell
http://haskell.github.io/haskell-mode/
GNU General Public License v3.0
1.33k stars 342 forks source link

Improve company-mode with F1 and C-w #1145

Open gracjan opened 8 years ago

gracjan commented 8 years ago

As per company documentation:

When the completion candidates are shown, press to display the documentation for the selected candidate, or C-w to see its source. Not all back-ends support this.

As far as I understand we do not support this although we could. <f1> could bring haddock, C-w could try to navigate to source.

geraldus commented 8 years ago

Related #215