Columnar formatting
Hi there,
I'm thinking about writing a columnar formatting plugin.
e.g. from this:
this is line 1
this is line 2
thisHere lineNumber is 3
to this:
this is line 1
this is line 2
thisHere lineNumber is 3
Does anyone know of anything that already does this?
Thanks!
请先登录再写评论。
Hi Alex,
IDEA-55147. Feel free to check the implementation (available at IJ X Community Edition).
Regards, Denis