hls-cabal-plugin-2.6.0.0: Cabal integration plugin with Haskell Language Server
Safe HaskellSafe-Inferred
LanguageHaskell2010

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