With Visual Studio 2010, Microsoft have made it easier than ever for third-party developers to create their own extensions. So I thought I'd brush up my C# skills by creating an extension that provides preliminary support for the Cobra programming language. This first version adds syntax highlighting; hopefully more features will be added over time1.
Here is a video that gives an overview of the extension:
If you just want to download and use the extension, it is available from the Visual Studio Gallery. The easiest way to download and install it is to search for it from the Extension Manager in Visual Studio itself.
Alternatively, if you'd prefer to inspect / improve / hack the source code then I've made it available on GitHub.
I'd be interested to know what people think. Drop me a line if you have any comments or suggestions for improvement.
Have fun!
Matthew
Comments
Plug-in
actually it was fairly easy to make this plug-in work with express version of VC#