News

While I’m opposed to writing comments in code, even I recognize the value of comments placed on a class or method declaration (I’m excluding properties because most don’t require commenting).
Copilot automatically creates comments for code sections in the Visual Studio Editor. This works with projects in C++ and C#. Copilot gets to work by entering the desired comment format in the ...
Remarker, by Gil Yoder, is a clever extension that customizes your comments in Visual Studio by using keywords and Markdown-like markup. Your comments can be resized, color-coded, and even decorated ...
Building a fully featured code editor like Visual Studio Code or Github.dev pushes the envelope of what’s possible with Monaco, in much the same way Formula 1 cars prove new technologies that ...