intellisense problems
Posted: Tue Dec 14, 2004 11:48 pm
1) Can't call up static class members
(ie: "myObjectInstance->" and "myObjectInstance." work fine BUT
"Object:: " doesn't work - I would expect a list of the class' static
data members and methods)
2) Can't handle overloaded methods
Only brings up one of them. In some cases, just the first one.
In other cases, only the last one.
Would like to see a list of all possible options.
(ie: "myObjectInstance->" and "myObjectInstance." work fine BUT
"Object:: " doesn't work - I would expect a list of the class' static
data members and methods)
2) Can't handle overloaded methods
Only brings up one of them. In some cases, just the first one.
In other cases, only the last one.
Would like to see a list of all possible options.