You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
SvenC
Posted - Aug 16 2006 : 02:56:14 AM Hi,
VS2005 has a nice feature of offering an auto complete entry when declaring and initialising a reference type with new. E.g.:
System.IO.FileStream fs = new
// now VS2005 suggests to insert System.IO.FileStream, so I just continue with ( and can fill in the constructor parameters
With VAX enabled I do get a simple type and snippet listbox where I manually have to walk down the namespace and class hierarchy
I think the special behavior of VS2005 for operator new makes much sense. Could you please mimic this behavior.
Regards, SvenC
2 L A T E S T R E P L I E S (Newest First)
support
Posted - Aug 27 2006 : 7:12:38 PM Fixed in build 1533.
feline
Posted - Aug 16 2006 : 7:00:45 PM this used to work fine with VA installed, we seem to have broken it somehow in the last few builds. the good news is that it should be fixed in the next build