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 31edb5b commit 359cdf5Copy full SHA for 359cdf5
src/Development/IDE/Spans/AtPoint.hs
@@ -55,8 +55,8 @@ atPoint
55
-> [SpanInfo]
56
-> Position
57
-> Maybe (Maybe Range, [T.Text])
58
-atPoint IdeOptions{..} tcs pos srcSpans = do
59
- firstSpan <- listToMaybe $ deEmpasizeGeneratedEqShow $ spansAtPoint srcSpans pos
+atPoint IdeOptions{..} tcs srcSpans pos = do
+ firstSpan <- listToMaybe $ deEmpasizeGeneratedEqShow $ spansAtPoint pos srcSpans
60
return (Just (range firstSpan), hoverInfo firstSpan)
61
where
62
-- Hover info for types, classes, type variables
0 commit comments