We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b956d7 commit 6767680Copy full SHA for 6767680
ghcide/src/Development/IDE/Spans/AtPoint.hs
@@ -205,7 +205,7 @@ atPoint
205
atPoint IdeOptions{} (HAR _ hf _ _ kind) (DKMap dm km) env pos = listToMaybe $ pointCommand hf pos hoverInfo
206
where
207
-- Hover info for values/data
208
- hoverInfo ast = (Just range, prettyNames ++ pTypes)
+ hoverInfo ast = (Just range, prettyNames ++ [] ++ pTypes)
209
210
pTypes
211
| Prelude.length names == 1 = dropEnd1 $ map wrapHaskell prettyTypes
0 commit comments