IDE: How to automatically add "using" statements

  • Thread starter Thread starter SPG
  • Start date Start date
S

SPG

Hi,

I am new to C# moving from Java.
I was wondering if there is a way to automatically add a using statement
when attempting to use a class that is not yet referenced by your code?

JBuilder does this quite nicely in JAVA and saves a hell of a lot of
searching for libraries etc..

Any help appreciated!

Steve
 
If you find a way let the rest of us know. AFAIK you have to do it manually.
A bit of a PITA.
 
Back
Top