Posted 18 years ago
by Alex
Thanks again for the wonderfull product.
I've discovered a couple of small bugs in the AddOn.
1. Collectons indexers aren't resolved - here is a snippet
public class Test
{
void Do()
{
ArrayList coll = new ArrayList();
coll[0].
}
}
after coll[0]. it shows a member list for collection, but should show a list for object.
2. It looks like support for generics is completly missing. Are you going to add it in the future versions?
Thanks,
Alex
I've discovered a couple of small bugs in the AddOn.
1. Collectons indexers aren't resolved - here is a snippet
public class Test
{
void Do()
{
ArrayList coll = new ArrayList();
coll[0].
}
}
after coll[0]. it shows a member list for collection, but should show a list for object.
2. It looks like support for generics is completly missing. Are you going to add it in the future versions?
Thanks,
Alex