ghcide-0.0.6: The core of an IDE

Safe HaskellNone
LanguageHaskell2010

Development.IDE.Core.Completions

Synopsis

Documentation

newtype WithSnippets Source #

Constructors

WithSnippets Bool 

getCompletions :: IdeOptions -> CachedCompletions -> TypecheckedModule -> PosPrefixInfo -> ClientCapabilities -> WithSnippets -> IO [CompletionItem] Source #

Returns the cached completions for the given module and position.