lukexi / stack-ide-sublime

An Sublime Text IDE for Haskell based on stack-ide
27 stars 5 forks source link

type popup: colours + links to doc ! #36

Closed rvion closed 8 years ago

rvion commented 8 years ago

There is now a format_type function that add colors and clickable links to stack-ide string result. format_type is only used in the automatic type popup for now.

image

clicking on middleware image

open automatically the list of hoogle results for the latest stackage, and with the correct module prefix hierarchy! Yay

image

rvion commented 8 years ago

Some people are waiting for this one, so I take the liberty to merge it now (test are passing, there is a red cross just because coverage decreased (-0.8%) to 81.119%)