-----Original Message-----
Tobias,
VB has a background compilation mode which aids Intellisense (I
believe). This is probably why you see this speed differential (although I
will side with Morten and agree that the times are almost instant, and I've
never had a problem with the Intellisense in C#). Until the C# IDE has such
a feature, I wouldn't count on the Intellisense getting any better.
Also, the squiggly for an unknown type is a function of the background
compiler in VB, not of Intellisense.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
OK,
If I have, for example, declared a variable as
AddressBook a = new AddressBook;
it will take till I recompile for the IDE to put the
sqiggly for Unknown Type (say that AddressBook is not
declared in same NS). This would happen IMMEDIATELY in VB,
if I declared it as
Dim a As New AddressBook
If your IDE is instant, is there a setting to prioritize
or boost Intellisense performance??
-----Original Message-----
I'm not sure what you mean, but I use VS.2002/2003 and C#
and intellisense
is instant. I'm not sure how it could be any faster.
--
Using M2, Opera's revolutionary e-mail client:
http://www.opera.com/m2/
.
.