KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.44k stars 190 forks source link

Add history (forward/backward buttons, auto-complete dropdown) to Search box #582

Open Scottj1s opened 2 years ago

Scottj1s commented 2 years ago

Searches are often stack-like. E.g., I often find myself searching for say, a task, then chasing down a property assignment for that task, then wanting to return to the task. It would be nice if the search box had some history features like forward/backward buttons, a dropdown list of MRU items, and autocomplete for that list.