Inline Diagnostics in Visual Studio 2022 for C# Code
Making C# warnings and errors more visible in the visual studio editing surface
Over the weekend I discovered a new feature in Visual Studio 2022 for C# code. This feature, which I’m referring to as “Inline Diagnostics” allows you to see compiler warnings and errors in your editor window without needing to hover over the…