News

Visual Basic 14 simplifies writing Readonly auto-properties, and comments are handled better in statements split over multiple lines.
Copilot automatically creates comments for code sections in the Visual Studio Editor. This works with projects in C++ and C#.
I'm not a big fan of commenting code, which means that when I feel the need to add a comment it's because I feel that the comment is critical to the code's future. As a result, I want any comments I ...
Most of the tools I've suggested so far use code comments as both internal code documentation the source material for generated external documentation. Remarker, by Gil Yoder, is a clever extension ...
Microsoft has revealed it will support Visual Basic on .NET 5 but also that it has no plans to evolve the language. As Microsoft's .NET team notes, Visual Basic on .NET Core only supported Class ...