references Matching Abbreviation
fun referencesMatchingAbbreviation(abbreviation: String, ignoreCase: Boolean = false): List<ResolverReference>
Content copied to clipboard
Answer all the ResolverReferences known by this ModuleRootResolver that have a qualified name that matches the supplied abbreviation.
Return
The list of ResolverReferences that match the abbreviation, which will be empty if no items match.
Parameters
abbreviation
The abbreviation for the search. Any results will include every character of the abbreviation, according to the order given by the abbreviation, but not necessarily contiguously.
ignore Case
Whether to ignore case. Defaults to false.