I use + <heavily. > to find the type namespace and import these VS.NET types into my class files. Suppose I have a DateTime extension method called ToWebsiteString(). I would like to be able to type myDateTime.ToWebsiteStringand then press the equivalent of + <. > And display in the IDE a list of all available namespaces using this extension method so that I can simply select the namespace and VS.NET will import it into the class file I work in. Does it already exist?
If not, what is the most productive way you found for importing extension method namespaces?
Edit: Are there any free solutions for this?
Edit: Apart from the Resharper fees, there seems to be no free solutions for this, so I closed this question.
thank
source
share