KirillOsenkov / MSBuildStructuredLog

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

Back/forward navigation and bookmarks #83

Open KirillOsenkov opened 7 years ago

KirillOsenkov commented 7 months ago

Favorites are now implemented, Back forward is still TBD

Jeremy-Price commented 3 weeks ago

Would love to see back/forward implemented. It's killing me to remember all these target names that I was just looking at :D

KirillOsenkov commented 3 weeks ago

try favoriting your nodes of interest and use the favorites tab to switch back and forth for now

definitely need to find time to implement Back/Forward too