haskell-language-server-2.7.0.0: LSP server for GHC
Safe HaskellSafe-Inferred
LanguageGHC2021

Ide.Plugin.Cabal.Completion.Completer.Types

Synopsis

Documentation

type Completer = Recorder (WithPriority Log) -> CompleterData -> IO [CompletionItem] Source #

Takes information needed to build possible completion items and returns the list of possible completion items

data CompleterData Source #

Contains information to be used by completers.

Constructors

CompleterData 

Fields