WarWithinMe / better-align

A vscode extension to provide better vertical alignment
Other
75 stars 39 forks source link

is:issue is:open splits `==` to `= =` #44

Open andrewufrank opened 5 years ago

andrewufrank commented 5 years ago

I use Haskell where == is the comparation operator; it must not be split into = = by align. The tool would be helpful, especially to make list re-aligned with leading ,.

James1x0 commented 4 years ago

alignmentbug I have the same issue...

ghost commented 4 years ago

same issue as @James1x0 here code

feekApp commented 4 years ago

Same for php assignment .=

$test     = "some text";
$test .= " add some text";

is aligned with an extra space between "." and "="

$test      = "some text";
$test   .  = " add some text";
UdayAppam commented 4 years ago

any workaround for this ?

o123321o commented 4 years ago

Same issue for php assignment '==' '.=',and CLASS::XXX