I am working on a project that references a DLL that has been confused. Dll has many namespaces and classes, which are single letters.
My problem is that many times when typing, Resharper will offer classes from this assembly, for example. if I type “Report”, it will suggest “rep” from this other assembly.
Is there a way to make Resharper ignore this particular assembly for intellisense parameters?
thank
source
share