Skip to content

[ruby] Add indentationRules #10307

@factormystic

Description

@factormystic
  • VSCode Version: 1.4.0
  • OS Version: Windows 10 v1511 b10586.494

Steps to Reproduce:

  1. Open a ruby file
  2. Define a new method at normal indent level (eg, type def whatever
  3. Press enter to start a new line at the method body indent level
  4. Type end to end the method block

I expected the text end to be auto-de-indented 1 level, so it matches def whatever. What actually happened is nothing at all.

That's the request. The question is, is this expected to be core behavior, or something I need an extension for since it's language specific?

Metadata

Metadata

Assignees

Labels

*duplicateIssue identified as a duplicate of another issue(s)feature-requestRequest for new features or functionalitylanguages-basicBasic language support issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions