0

Intellisense doesnt list the Gherkin statements which are from assembly reference

Eg: In Project A "Specific.feature"

Project B - included into A as project reference "Commons.feature" When I click on "<element>"

In "Specific.feature" file if I do intellisense then I couldnt see [I click on "<element>"]

-Thanks in advance

Peter Huene
  • 5,758
  • 2
  • 34
  • 35
Amar HR
  • 153
  • 1
  • 1
  • 7

1 Answers1

0

I have a hard time see the question too, but please make sure that you have the latest version of SpecFlow (since two days or something) and that your assembly with step definitions is references in the app.config

Marcus Hammarberg
  • 4,762
  • 1
  • 31
  • 37
  • Hi Marcus, I already have 'TechTalk.SpecFlow.Vs2010Integration' version of specflow. I added a tag for assembly in App.config and still I could see the problem. – Amar HR Apr 01 '13 at 11:56