chouzz / vscode-better-align

Better vertical alignment with/without selection in any language.
https://marketplace.visualstudio.com/items?itemName=Chouzz.vscode-better-align&ssr=false#overview
Apache License 2.0
39 stars 4 forks source link

how to "Align code by any characters" #115

Open vito0719 opened 10 months ago

vito0719 commented 10 months ago

for example i want to align < and > and i added these "lessThan": [ 1, 0 ], "greaterThan": [ 1, 0 ] to betterAlign.surroundSpace but it doesn't seem to work...

ddmumahh commented 3 months ago

same question , i wannna align by '[' in c language