8

There's no highlighting for Feature, Scenario, Given, When, Then, etc. keywords by default. Is there a ready made template out there to enable this?

Gaspar Nagy
  • 4,422
  • 30
  • 42
thenextwebguy
  • 285
  • 5
  • 11

2 Answers2

13

The recent vesions of SpecFlow have a built-in syntax highlighting for VS2010.

Gaspar Nagy
  • 4,422
  • 30
  • 42
  • make sure you install via the website as opposed to NuGet - some features, for example, run scenario within a .feature file seems only to work if installed this way. – Karan May 31 '12 at 08:36
  • 1
    @Newton: SpecFlow has two parts. The Visual Studio integration has to be installed as MSI, but the runtime (so what is included in your project) can be installed with NuGet. – Gaspar Nagy Jul 13 '12 at 07:17
5

http://github.com/henritersteeg/cuke4vs does exactly this.

thenextwebguy
  • 285
  • 5
  • 11