intellisence

  • Thread starter Thread starter Roel
  • Start date Start date
R

Roel

Hello

I implement an interface by typing:

public class X : IInterface

On machine A, visual studio automatically puts all the methods of the
interface in the class.
On machien B, I need to type all the methods by myself.

Does anybody knows where I can find this option to change these settings ?

Regards
Roel
 
stab in the dark, but it could be because one's got .NET 2002 and the other's got .NET 2003?
 
Back
Top