krasa / StringManipulation

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

Increment characters #184

Open gregorko opened 2 years ago

gregorko commented 2 years ago

It would be nice if the increment/decrement functionality would also work for character sequences:

A
A
A
A

to

A
B
C
D
krasa commented 2 years ago

what would happen after Z ?

gregorko commented 2 years ago

Maybe?:

...
Y
Z
AA
AB
...