-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Used Visual Studio
Visual Studio 2022
Are the latest Visual Studio updates installed?
Yes
Content of reqnroll.json (if present)
none
Issue Description
IntelliSense in feature files ignores the scope (Scoped Bindings). Only step definitions that are in the same scope should be listed in IntelliSense.
Steps to Reproduce
- Create two step definition files with two different scope tags
- Add a Given step definition to each file
- Create a feature file and add one of the tags
- Compile the project
- Start typing for the Given keyword
-> Both step definitions are listed even though one of them is not in the same scope
Link to a project repository that reproduces the issue
No response