purescript-0.12.0: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Ide.Matcher

Description

Matchers for psc-ide commands

Synopsis

Documentation

runMatcher :: Matcher a -> [Match a] -> [Match a] Source #

flexMatcher :: Text -> Matcher IdeDeclarationAnn Source #

Matches any occurence of the search string with intersections

The scoring measures how far the matches span the string where closer is better. Examples: flMa matches flexMatcher. Score: 14.28 sons matches sortCompletions. Score: 6.25