It’s off by default but the inheritance margin feature available in Visual Studio 2019 v16.10+ is so helpful. It allows us to quickly see and navigate the inheritance / implementation chain for classes and interfaces…
You might also be interested in...
How to show only open files or those with pending changes in Visual Studio Solution ExplorerIn Visual Studio you might not have noticed it, but there’s a very helpful file filter available in the Solution … Continue reading How to show only open files or...
Use bookmarks in Visual Studio to easily navigate back and forth between arbitrary code locations
Bookmarks in Visual Studio allow us to mark any arbitrary code location in our solution so we can easily navigate … Continue reading Use bookmarks in Visual Studio to easily...
How to configure a vertical tab layout in Visual Studio
If you have a wide monitor you may prefer to have Visual Studio tabs positioned vertically on the left or … Continue reading How to configure a vertical tab layout...
Entity Framework 7 Preview 5 supports Table-per-Concrete type inheritance mapping
Entity Framework 7 Preview 5 shipped this week (14th June 2022) with support for Table-per-Concrete type (TPC) inheritance mapping. Table-per-Concrete … Continue reading Entity Framework 7 Preview 5 supports Table-per-Concrete...
Coloured tabs by project or file extension in Visual Studio 2022
FYI… coloured tabs in Visual Studio 2022 is a small but helpful new feature to help you match open files … Continue reading Coloured tabs by project or file extension...