T O P I C R E V I E W |
lxduan |
Posted - Aug 29 2012 : 8:45:48 PM Dear all,
may you take a look at my problem http://stackoverflow.com/questions/12171886/indentation-in-visual-studio-2010-for-c-using-visual-assist-x and offer me some advise?
Thanks a lot |
2 L A T E S T R E P L I E S (Newest First) |
lxduan |
Posted - Aug 29 2012 : 9:49:24 PM Thank you very much, accord. Have to give a try for VS 2012 then :) |
accord |
Posted - Aug 29 2012 : 9:29:57 PM Yes, this is a VS2010 problem and is fixed in VS2012. Unfortunately, I don't know any workaround for this. You can set the following option, however, so you can move the caret to the desired position with pressing tab ONCE after the incident:
Tools -> Options... -> Text Editor -> C/C++ -> Formatting -> Automatic indentation on Tab
Set this to true. However, it will change the behavior of tab a little bit which maybe you won't like (maybe you will). But this way tab will make the caret jump to the right place with one key press. |
|
|