When I tell Visual Studio to auto-implement an interface, it "helpfully" tries to resolve any unreferenced namespaces - by prefixing every class in those namespaces with the namespace name! Is there any way to make it just import the namespaces with a using statement up top, instead of cluttering the method and property declarations with repetitive namespace noise?
You might want to take a look at Resharper. It does importing when you paste and it warns you and suggests when you can import namespaces. It also shows unused ones.
Here is an example:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With