alefragnani / vscode-separators

Separators Extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] - Indent separator

Serhioromano opened this issue · comments

When a separator inside other separator like method inside a class, indent beginning of a line to beginning of function definition.

________________
class A {
    ____________
    a() {}
    ____________
    b() {}
}