August 2026
3 articles published in August 2026
-
Building Max Line Length: Making EditorConfig Formatting Visible in Visual Studio
Max Line Length turns EditorConfig’s max_line_length convention into a live Visual Studio ruler and a safe, opt-in reflow pipeline.
-
Building Bookmark Studio: bookmarks that belong to the codebase
Bookmark Studio turns Visual Studio bookmarks into named, color-coded, shareable navigation points. Here is how it combines editor taggers, tracking points, a native tool window, command interception, and portable JSON storage.
-
Building CodeShot: turning Visual Studio editor state into a shareable PNG
Turning a code sample into an image sounds simple until the image needs to look like the code inside Visual Studio. Copying text into a design tool loses editor colors and formatting. Taking a normal screen capture...