Posted 17 years ago
by Erik Pepping
-
RADVenture B.V
Version: 4.0.0261
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Hi,
This is a valid c# syntax to define a shortcut to a class:
using U = NameSpace.Class;
The CSharp Add-on intellisense is not supporting this case.
If I later type : "U." i should get the class members and currently it's not.
This is a valid c# syntax to define a shortcut to a class:
using U = NameSpace.Class;
The CSharp Add-on intellisense is not supporting this case.
If I later type : "U." i should get the class members and currently it's not.