How to disable Specflow intellisense?

Viewed 590

My project is very large and has a huge number of test steps. As a result, when I am writing 'feature' files I find my computer grinds to a halt. On very large feature files, even without typing anything, one of my CPU cores will max out, and performance will degrade to the point where typing is extremely laggy, forcing me to restart Visual Studio.

Even on smaller feature files, the performance when writing feature files is also extremely slow as the Specflow intellisense looks at all the test steps in the project.

Is there a way to disable the Specflow intellisense or even to stop Specflow from analysing step bindings? Is there anything at all I can do to improve performance here?

1 Answers
Related