Skip to content

[VS2015] text editor "tabs" option always behaves "smart" #4014

Description

@nippur72

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

   function foo() 
   {
A  B  C

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

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issueVisual StudioIntegration with Visual Studio

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions