Version Used:
VS 2022 17.0.0 Preview 5.0
.NET 6 rc2
Steps to Reproduce:
- Attempt to assign something to an undefined name (variable/field/property/param), where this name happens to be a match to an un-imported type.
- Pull up intellisense to run the fixer to generate a field
- See the first suggestions being to add
using statements and turn the LHS of the assignment into a type name.
Expected Behavior:
Suggestions to add usings are not present when the error is an undefined LHS of an assignment.
Actual Behavior:
