haskell-language-server-2.7.0.0: LSP server for GHC
Safe HaskellNone
LanguageGHC2021

Ide.Plugin.Cabal.Completion.Completer.Types

Synopsis

Documentation

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

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

data CompleterData #

Contains information to be used by completers.

Constructors

CompleterData 

Fields