T O P I C R E V I E W |
zhenghongzhi |
Posted - Jul 03 2012 : 03:14:09 AM When I type "." after a pointer in C++, it cannot convert the "." to "->" automatically. I have tested this for many times. It can convert . to -> serveral times when I just open VS, but it won't work after that.
Win7 SP1 x86 VS2008 VisualAssist 1908
Thank you! |
2 L A T E S T R E P L I E S (Newest First) |
zhenghongzhi |
Posted - Jul 04 2012 : 03:00:39 AM Hi, It goes well today and I did nothing before. In fact, I find this problem with VA build 1903, and I update to 1908 but still with the problem.
I will post when I meet the problem again.
Thank you! |
accord |
Posted - Jul 03 2012 : 3:45:54 PM This is odd and should not happen. - How many . to -> convert is required approximately before it stops working? - Is this a new problem with VA build 1908? - Isn't is possible that it depends on the code context you type in? Next time it happens, can you please try restart VS immediately (without modifying anything else) and try to type . again on the very same location in the code? Is the conversion working now? (Just to rule out that it is context dependent) |