Skip to content

Commit 28af58b

Browse files
committed
rm TODO
1 parent c2e769b commit 28af58b

File tree

1 file changed

+0
-2
lines changed
  • plugins/hls-cabal-plugin/src/Ide/Plugin

1 file changed

+0
-2
lines changed

plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@ hover ide _ msgParam = do
331331
if cursorText `elem` depsNames
332332
then pure $ foundHover (Nothing, [cursorText <> "\n", documentationText cursorText])
333333
else pure $ foundHover (Nothing, [cursorText])
334-
335-
-- TODO get package description and use `allBuildDepends` to check if hover is on a dependency
336334
where
337335
cursor = Types.lspPositionToCabalPosition (msgParam ^. JL.position)
338336
uri = msgParam ^. JL.textDocument . JL.uri

0 commit comments

Comments
 (0)