10
After an upgrade to VS2010
from VS2008
for C#
and Fortran
development I have noticed some peculiar behavior. While editing source files (.cs
, .for
, .f90
) my tab key does not insert a tab character, it won't indent code and it won't code complete. I tried it with VS2008
and everything works fine. Note that shift-Tab works ok to un-indent.
I tried devenv /safemode
and I did fix things.
If anyone has seen this before please give me a hint as how to fix this issue.
OS is win7-64 SP1
1I had this as well, completely out of the blue. – PAK-9 – 2014-10-09T15:34:42.510
1Same problem and solution in VS2013. But never saw it in VS2010. – Doug Null – 2015-02-28T00:28:42.520
1I also saw this behavior today for the first time, after I installed "Update for Visual Studio 2013 Update 1". It was set to true out of nowhere. – Ray – 2014-03-12T17:08:42.537