T O P I C R E V I E W |
kevinkiller |
Posted - Nov 25 2012 : 11:27:33 AM with the new 10.26.2012 build the rename dialog pops up whenever I press _ followed by .
This is very annoying since I often use a structure named _
struct Data { int jim, bean; } _;
void f() { _.jim = _.bean; <-- TYPING THIS POPS UP THE RENAME DIALOG }
How do I turn this off???
Thanks.
John. |
1 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Nov 26 2012 : 4:09:54 PM I wasn't able to reproduce the problem. Can you please try disabling the following setting to see if it helps?
VA Options -> Advanced -> Refactoring -> Include refactoring suggestions in listboxes |