findPatternInProject

open fun findPatternInProject(pattern: String, globPattern: String): String


open fun findPatternInProject(pattern: <Error class: unknown class>, globPattern: String, useParallelSearch: Boolean = true): List<PatternSearch.PatternMatch>

Finds files containing the specified pattern using glob patterns

Return

List of matching files with their relevant content snippets

Parameters

pattern

The regex pattern to search for

globPattern

Glob pattern to match files

useParallelSearch

Whether to use parallel processing for faster searching