Let's say I'm using the C# Editor in the Actipro Sample browser and entering the following text:
When I type < after OfType, I'd like to get an intellisense pop-up listing valid types. Will this be automatically implemented in the future?
Thanks,
-Craig
int[] errors = new int[5];
errors.OfType
Thanks,
-Craig