Hi Remco,
Currently I am wondering if it would be possible to get the Results/Code Coverage to show up in the SpecFlow (.feature) editor.
Most likely this would require access to the data that NCrunch has internally about the Results/Code Coverage.
One very odd behavior is that in the Metrics window, I do get to see the coverage, yet in the *.feature.cs files there are no indicators. (Not that they would be very useful there). Perhaps this is due to the attributes set on the generated code?
[System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "1.8.1.0")]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
In the generated (*.feature.cs) code there are however
#line directives allowing to link the code line back to the .feature file.
Perhaps this is something to take up with
Peter Provost to have integration/extension points for tools such as NCrunch to be able to use the VS build-in code coverage 'coloring'. Perhaps then showing the results/coverage in the SpecFlow files can be done 'automagically'.
Rudi