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 e6702b7 commit 3d7a67bCopy full SHA for 3d7a67b
plugins/hls-signature-help-plugin/test/Main.hs
@@ -386,7 +386,7 @@ mkVirtualFileTreeWithSingleFile fileName sourceCode =
386
file fileName (text sourceCode)
387
]
388
389
--- TODO(@linj) upstream it to lsp-test
+-- TODO(@linj) use the one from lsp-test when we have https://github.com/haskell/lsp/pull/621
390
-- | Returns the signature help at the specified position.
391
getSignatureHelp :: TextDocumentIdentifier -> Position -> Session (Maybe SignatureHelp)
392
getSignatureHelp doc pos =
0 commit comments