psc-ide-0.3.0.0: Language support for the PureScript programming language

Safe HaskellNone
LanguageHaskell2010

PureScript.Ide.Filter

Synopsis

Documentation

moduleFilter :: [ModuleIdent] -> Filter Source

Only keeps the given Modules

prefixFilter :: Text -> Filter Source

Only keeps Identifiers that start with the given prefix

equalityFilter :: Text -> Filter Source

Only keeps Identifiers that are equal to the search string

dependencyFilter :: [ModuleIdent] -> Filter Source

Only keeps the given Modules and all of their dependencies