hsinspect-lsp-0.0.1: LSP interface over the hsinspect binary.
HsInspect.LSP.Impl
data Caches Source #
Constructors
Fields
by the package_dir
by source filename
cachedContext :: Caches -> BuildTool -> FilePath -> ExceptT String IO Context Source #
cachedImports :: Caches -> Context -> FilePath -> ExceptT String IO [Import] Source #
signatureHelpProvider :: Caches -> BuildTool -> FilePath -> (Int, Int) -> ExceptT String IO [Text] Source #
symbolAtPoint :: FilePath -> (Int, Int) -> ExceptT String IO Text Source #