You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to Reproduce:
I’ve noticed that I’m not getting as many lightbulbs to add missing usings as I have before (this problem has probably been around a while but I just hit an egregious case today). See below for more details but expected an “add using” lightbulb to appear in this situation. Is my expectation wrong or did something break?
The error would be resolved with an added "using Microsoft.VisualStudio.IntelliCode.Core;" but that is apparently being blocked because there is also a "Microsoft.VisualStudio.Utilities" that is confounding the analyzer:
Based on discussions with Cyrus/Jason it seems this is expected (but annoying) behavior because of the confounding namespace. That said, it would be nice if the added using was proposed as a suggestion since it would fix the problem.
The text was updated successfully, but these errors were encountered:
Note: this will only work in David's case, because he has usings inside a namespace, and so the new using will take precedence over the symbol found in the containing namespace.
Version Used:
32611.49.main
Steps to Reproduce:
I’ve noticed that I’m not getting as many lightbulbs to add missing usings as I have before (this problem has probably been around a while but I just hit an egregious case today). See below for more details but expected an “add using” lightbulb to appear in this situation. Is my expectation wrong or did something break?
The error would be resolved with an added "using Microsoft.VisualStudio.IntelliCode.Core;" but that is apparently being blocked because there is also a "Microsoft.VisualStudio.Utilities" that is confounding the analyzer:
Based on discussions with Cyrus/Jason it seems this is expected (but annoying) behavior because of the confounding namespace. That said, it would be nice if the added using was proposed as a suggestion since it would fix the problem.
The text was updated successfully, but these errors were encountered: