purescript-0.11.5: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Ide.Completion

Synopsis

Documentation

getCompletions :: [Filter] -> Matcher IdeDeclarationAnn -> CompletionOptions -> [Module] -> [Completion] #

Applies the CompletionFilters and the Matcher to the given Modules and sorts the found Completions according to the Matching Score

getExactCompletions :: Text -> [Filter] -> [Module] -> [Completion] #