Chouzz
Chouzz
This has been fixed in v1.4.0
Actually, no, the extension will align `:` as well.
Fixed in https://github.com/chouzz/vscode-better-align/commit/d6eeb1c3b1a1e1d0f63ac5f363c092a27d1a0424
Seems we need consider more complex case, for example, what if align with mixed whitespce, for example: ```php $test = 123; // This line contain 1 tab $test123 = 456;...
Could you please provide full text? Seems for me, it works. I mean: ``` //Only some comments //Only some comments // Only some comments // Only some comments //Only some...
I can't reproduce this behavior, could you provide more information or reproduce steps?
Should be fixed in v1.4.0.
Duplicate with #44
This should be a bug. I will try to fix this.
Seems something break format for `===`, I will take a look this.