You've got your own JetBrains extension, open source on GitHub, but you need to figure out HOW to publish it to the JetBrains marketplace - this new GitHub Action can help!
I decided to port another of my Visual Studio (for Windows) extensions over to Visual Studio for Mac!
Visual Studio for Mac gets left out of the loop sometimes when we talk about extensibility, unfortunately. I decided to learn how, and this is my story!
Another new Visual Studio extension based on a request from a friend. Take a look, let me know what you think!
Before you deploy that Visual Studio extension, you may want to sign it so folks know you're legit. This GitHub Action can help!
Having problems versioning that Visual Studio extension you're trying to publish through a GitHub workflow? I gotchu.
You've got your own Visual Studio extension, open source on GitHub, but you need to figure out HOW to publish it to the Visual Studio marketplace - this new GitHub Action can help!
I released another new extension for Visual Studio, and I want you to know about it!
I released a new extension for Visual Studio, and I want you to know about it!
You've got your own Visual Studio extension with custom CodeLens entries (because you used part I of this series), but now you find yourself needing to call code in the main extension host FROM the CodeLens Provider. How? Read on!
What this did, however, is gave us cause for figuring out if CodeLens is enabled in Visual Studio at all (our provider doesn't do much good if everything is disabled).
If you have your own Visual Studio extension, and you want to add your own custom CodeLens entries - I'm here to help, because I just (finally!) figured out how to do this (plus a few extras!)