WarWithinMe / better-align

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

How to align python comment with #? #75

Open GuokaiLiu opened 3 years ago

GuokaiLiu commented 3 years ago

Thanks for this great work. Is there any method to align python comment with #?

Such as:

a  = 111 # abc
b = 222 # abc
a = 111 # abc
b = 222 # abc