Skip to content

Array automatically align issues #364

@meiweijia

Description

@meiweijia

When array automatically align is enabled, if there is a comment in the line above, the line below it will not be aligned.

OS: Windows 10
vscode version: 1.80.1
phptools version: v1.36.13417

Expected

$arr = [
    'a'   => 'a', //a
    'b'   => 'b',
    'c'   => 'c', //c
    'ddd' => 'ddd', //ddd
];

Actual

$arr = [
    'a'   => 'a', //a
    'b' => 'b',
    'c'   => 'c', //c
    'ddd' => 'ddd', //ddd
];

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions