vote up 1 vote down star

Does VS2008 have a feature akin to Eclipse's ability to automatically add import declarations for undefined namespaces?

flag
Nope. I'm hoping that add this to future releases because it would be incredibly helpful and cut down on HOURS of work. – JackM Nov 6 at 21:39

3 Answers

vote up 0 vote down

VS will help you resolve references to types defined in namespaces that you haven't included. Right-click on a class name, select "resolve", and pick an option.

link|flag
vote up 0 vote down

As David mentioned there is no way like in Eclipse, unfortunately. Additional plugins however, like Resharper or CodeRush support you further in these tasks.

link|flag
vote up 2 vote down

if you have a refrence to the assembly that contains the namespace just go over(or select) the type you want add its namespace then CTRL + . and it will add the namespace

this is what it looks like :

alt text

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.