T O P I C R E V I E W |
jzq740176597 |
Posted - Mar 22 2012 : 11:41:10 PM
VS2008 VA1862 win7 32bits (1)The caret(green box),is where I input is a template parameter "Type",The VA don't prompt it. (2)When I use the wraper class Xlist,The method member of CTypedPtrlist and CPtrList also cann't get prompt too.(CPtrList is base-class of CTypedPtrlist,CTypedPtrlist is base-class of Xlist) Is there some space to improve it? |
2 L A T E S T R E P L I E S (Newest First) |
jzq740176597 |
Posted - Mar 26 2012 : 10:09:22 PM Got it.I have checked {Get content from default Intellisense} on! Hope it helps me well. Thank you. |
feline |
Posted - Mar 26 2012 : 2:27:17 PM Testing with VA 1901 in VS2008, on the line with the green box, I get "Type" suggested by VA after typing "ty", so when I have:
BOOL PickOUtEqualptr(XList<ty|>);
The members of CTypedPtrlist not being listed is actually a known problem, there seems to be something about using this template as a base class that confuses our parser:
case=28540
The work around for this is to turn on:
VA Options -> Advanced -> Listboxes -> Get content from default Intellisense |
|
|