Visual Studio Plugin: Screenshot

The visual studio version of Goanna is almost ready:

Goanna for Visual Studio Screenshot

This is the plugin being run over one of the PLT Scheme projects, mzscheme. A major part of our testing routine is using Goanna on open source projects.

We will have a trial version of our Visual Studio plugin for you soon!

Tags: , , ,

2 Responses to “Visual Studio Plugin: Screenshot”

  1. August 6th, 2009 at 10:21 pm

    oxff says:

    So why is modification of a loop variable a dangerous condition? It occurs quite frequently and if you have a lot of such `detections’, you’ll end up with loads of false positives.

  2. August 7th, 2009 at 9:54 am

    David Crawshaw says:

    Modifying a loop variable inside its body is one of our more “stylistic” checks. In our next Eclipse release (and first Visual Studio release), the stylistic checks will be turned off by default. They can be enabled one-by-one in settings page, if they fit with your code style guidelines.

Leave a Reply