T O P I C R E V I E W |
allankam1 |
Posted - Nov 08 2010 : 4:01:50 PM Using VS2010, C++/CLI:
. . int someintvar; . . ... someintvar.ToString()
VAX Intellisense knows nothing of ToString |
3 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Nov 10 2010 : 11:51:29 AM Shoot! I forgot about this one: default intellisense is not available in C++/CLI using VS2010. So this workaround won't work in this case, sorry |
allankam1 |
Posted - Nov 09 2010 : 7:46:59 PM The workaround you mention makes no difference in my C++/CLI project. |
accord |
Posted - Nov 09 2010 : 03:51:10 AM I am seeing the same thing here. Thank you for the clear description.
case=8550
For now, you can turn on the following option as a workaround: VA Options -> Advanced -> Listboxes -> Get content from default Intellisense |