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 c2e769b commit 28af58bCopy full SHA for 28af58b
plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs
@@ -331,8 +331,6 @@ hover ide _ msgParam = do
331
if cursorText `elem` depsNames
332
then pure $ foundHover (Nothing, [cursorText <> "\n", documentationText cursorText])
333
else pure $ foundHover (Nothing, [cursorText])
334
-
335
- -- TODO get package description and use `allBuildDepends` to check if hover is on a dependency
336
where
337
cursor = Types.lspPositionToCabalPosition (msgParam ^. JL.position)
338
uri = msgParam ^. JL.textDocument . JL.uri
0 commit comments