Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration IndentAction

Describes what to do with the indentation when pressing Enter.

索引

Enumeration members(4)

Enumeration members(4)

None

None: = 0

Insert new line and copy the previous line's indentation.

Indent

Indent: = 1

Insert new line and indent once (relative to the previous line's indentation).

IndentOutdent

IndentOutdent: = 2

Insert two new lines:

  • the first one indented which will hold the cursor
  • the second one at the same indentation level

Outdent

Outdent: = 3

Insert new line and outdent once (relative to the previous line's indentation).

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹