Posts tagged 'Visual Studio'

Have Software Developers Given Up?

Over the last month I've had so many 'fails' from (mostly) large companies that my twitter timeline has started to read like failblog. Have we given up?

DartVS - Dart Support for Visual Studio

Yesterday I published an extension that adds some support for coding Google's Dart in Visual Studio, including Errors/Warnings and Syntax Highlighting.

Cross-browser JavaScript Testing with Karma and Visual Studio

Yesterday I published a Visual Studio extension and a Karma reporter extension to enable showing realtime Karma results in the Visual Studio Test Explorer window.

A Jasmine Test Adapter for Visual Studio

I've published my second Visual Studio extension; a Jasmine test adapter for Visual Studio that discovers/executes tests when saving changes to js files.

Some things I learned while building my Visual Studio Test Adapter

I've published my first Visual Studio extension! It was slightly more complicated than expected. Here's some things I learned in the process...

A Lua Test Adapter and Framework for Visual Studio

I've published my first Visual Studio extension; a Lua test framework/adapter for Visual Studio that discovers/executes tests when saving changes to lua files.