JetBrains / JetBrains/resharper-devguide
Document searching in options pages
Open
- Dominant language
- No language data
- Stars
- 74
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Implement `ISearchablePage`, or derive from `SimpleOptionsPage`. Highlighting is provided automatically by setting the attached property `SearchablePageBehavior.SearchFilter="True"` to the root of the page, and setting the page's `DataContext` to the implementation of `ISearchablePage`.
Note that `ISearchablePage` can be used to search inside pages that have tree views.
Contributor guide
Assessment
This issue has not been assessed yet.