VisualCobra is a Visual Studio 2010 extension providing support for the Cobra programming language.
At present it simply provides syntax colouring for editing your code in Visual Studio. You must still compile your Cobra code manually from the command line. More features are planned for future versions.
If you just want to install the entension, use the Extension Manager in the Tools menu of Visual Studio 2010. This package is the source code, which is useful if you are a developer wishing to enhance the extension.
This extension was created by Matthew Strawbridge. The latest version of this source code is available from GitHub. There are some videos relating to this project on my blog.
2010-11-13 1.0 Initial release. 2013-02-23 --- Changed readme to markdown and clarified licensing.
- Ability to compile/debug/run Cobra from inside Visual Studio.
- Add options for customising syntax colours, etc.
- Auto-completion based on the Cobra syntax.
- Templates for creating classes, etc.
- +/- block expanding/collapsing
All code in this project is released under the MIT License.