AddOpen code fix doesn't offer full qualification anymore
Open
Area-LangService-CodeFixes
Bug
Impact-Medium
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
This should actually offer two things:
1. Add open directive (`open System`)
2. Fully qualify the namespace (`System.Console.WriteLine`)

Now, this happens because the code fix only shows the first suggestion of all that it generated.
Contributor guide
Assessment
This issue has not been assessed yet.