public interface SearchScopeProvider
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<SearchScopeProvider> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getDisplayName() |
default java.util.List<SearchScope> |
getGeneralSearchScopes(Project project,
DataContext dataContext)
General project scopes are added after 'Project', 'Everything' but before 'Production', 'Tests', etc.
|
default java.util.List<SearchScope> |
getSearchScopes(Project project,
DataContext dataContext) |
static final ExtensionPointName<SearchScopeProvider> EP_NAME
default java.lang.String getDisplayName()
default java.util.List<SearchScope> getSearchScopes(Project project, DataContext dataContext)
default java.util.List<SearchScope> getGeneralSearchScopes(Project project, DataContext dataContext)
PredefinedSearchScopeProvider