jean-knapp/vs-properties-and-events-search-bar — explained in plain English
Analysis updated 2026-05-18
Quickly find a specific property or event in a WinForms component with dozens of settings.
Search for a setting nested inside an expandable property group like Font or Colors.
Filter the Properties window without changing its normal behavior when the search box is empty.
| jean-knapp/vs-properties-and-events-search-bar | d2phap/happlabox | drwuu/playsmart-unity-uitoolkit-extensions | |
|---|---|---|---|
| Stars | 7 | 7 | 7 |
| Language | C# | C# | C# |
| Last pushed | — | 2023-03-14 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Just install the .vsix from the Marketplace or Releases page into Visual Studio 2022 or 2026.
This project is a small extension for Visual Studio that adds a search bar to the top of the Properties window, the panel where you set values on WinForms components. Instead of scrolling through a long list of properties or events to find the one you want, you can type a few letters and the list filters live as you type. The search works on names, display names, and categories, and it also handles nested properties correctly. If you are looking for a setting that is buried inside a group like Font or Colors, typing part of its name still brings up the parent row so you can find your way to it, no matter how deep it is nested. The search bar automatically matches whatever color theme Visual Studio is currently using, including switching themes while it is open, so it never looks out of place. When the search box is empty, the Properties window works exactly as it would without the extension installed, so there is no change to your normal workflow unless you actually use the search feature. It requires Visual Studio 2022 or 2026, in the Community, Professional, or Enterprise editions, along with the WinForms designer that provides the Properties window's grid control. You can install it either from the Visual Studio Marketplace or by downloading the packaged vsix file from the project's releases page and double clicking it, or installing it through the Extensions menu inside Visual Studio. For anyone who wants to build it from source, the project is a standard Visual Studio solution that compiles with msbuild, producing the same vsix package you would otherwise download. The code itself is organized into a handful of small files, each handling one part of the job: detecting when the Properties window opens, locating its grid control, building the themed search bar, tracking the current filter, and applying that filter to the list of properties and events shown. The README does not mention a license.
A Visual Studio extension that adds a live, theme-aware search bar to the Properties window so you can filter long property and event lists by typing.
Mainly C#. The stack also includes C#, Visual Studio SDK, WinForms.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.