Really digging Visual Studio 2026 so far. It inspired me to write an extension for it tonight for something that I've wanted for a while, simple in document links in code files so I can create a table of contents at the top for the things I always go to. "//@Thing" would navigate to "//#Thing" (or "<!-- @thing -->" would go to "<!-- #Thing -->").

I started with C# and XAML to trial it.

#wpf #dotnet