krasa / StringManipulation

IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162
Apache License 2.0
694 stars 81 forks source link

align and split to new line feature #225

Open charygao opened 7 months ago

charygao commented 7 months ago

image

please add feature to cover:

" id, username, password, avatar, expired, credentials_expired, locked, phone, real_name, nickname, gender, roles, birthday, email, office_phone, created_at, updated_at, enabled, "

to

" id, username, password, avatar, expired, credentials_expired, locked, phone, real_name, nickname, gender, roles, birthday, email, office_phone, created_at, updated_at, enabled, permissions, inst_id " split by given character (,) to new line,and align them

thank you.