Just a small trick I wanted to share. As I mentioned in my last post, I often launch the command-line via shortcut with a script (shell.bat
) that initialises the environment for working on a specific project. This shortcut is usually pinned to the start menu so I have easy access.
Category: Projects
VSBlockJumper Postmortem Part 2: Code and Publishing
As I mentioned in Part 1, I wrote almost all of the important code for the extension in the first afternoon. The difficulty came in wrapping my head around the Visual Studio Extension framework and environment. The full source code is available on GitHub should you want to check out the implementation. I’m writing this out here in the hope that it could help others who face the same difficulties I did.
Continue reading VSBlockJumper Postmortem Part 2: Code and Publishing
VSBlockJumper Postmortem Part 1: Why?
I recently wrote my first extension for Visual Studio called VSBlockJumper. It came about as I was watching Casey Muratori’s Handmade Hero series and noticed he was jumping over blocks of code in Emacs. As a programmer I’m always looking for things that might speed up my workflow and this seemed like it could be one of them.