In VS2015, I can change the "tab" text editor options for TypeScript (none/block/smart) but the editor always behaves like it's set in smart mode.
I tried restoring the default settings, but didn't worked. It's stuck in smart mode.
Example
hitting return right after the curly brace should move caret to:
- A when "none"
- B when "block"
- C when "smart"
In this issue, Visual Studio always moves to C
In VS2015, I can change the "tab" text editor options for TypeScript (none/block/smart) but the editor always behaves like it's set in
smartmode.I tried restoring the default settings, but didn't worked. It's stuck in smart mode.
Example
hitting
returnright after the curly brace should move caret to:In this issue, Visual Studio always moves to C