views:

105

answers:

2

This might of been asked elsewhere (seems like a useful topic) but searches turned up nothing.

One feature I love in Eclipse when programming Java is that I don't have to worry about putting in the import statements and any missed functions from interfaces that I am implementing them - if I do miss them a simple click from a list implements them for me.

Now I am working in VisualStudio2008 with C# I am really missing that functionality. I was wondering if the functionality is in there, but buried or can be purchased through a 3rd party?

Thanks.

+2  A: 

you have to pay for this feature. Look at Resharper 4.0 from JetBrains. It is a perfect solution for me.

ChaosSpeeder
There are non-pay alternatives.
xan
Resharper FTW. It is a refactoring dream...
jacko
+3  A: 
xan
ctrl+shift+f11 || alt+enter [enter] //for Re#er
Arnis L.