Is there any way of disabling intellisense suggestions and autocomplete in Specflow *.feature files?
I'm writing Scenario description (which is in natural language) and it keeps suggesting and autocomplete the text which turns me crazy. I would expect this to behave like writing a comment. It's a plain text so (dear intellisense) don't suggest me types from the solution.
I found that there was option for disabling intellisense in Specflow options but in Visual Studio 2022 these options are not available anymore. They say it is replaced with specflow.json configuration file which has a defined schema but I'm not able to figure out how to disable intellisense suggestions using this schema. Am I overlooking something?
It seems that IntelliSense/ Visual Studion wasn't behaving normally because of long running without termination (VS or even System).
Good old restart of the computer helped and now it is working as expected.