I want to add Incrementing Numbers with words by Multicursor in jetbrains IDE(IntelliJ IDEA) .
Is there any way to do it by Live template? I want to do things like this image :
I want to add Incrementing Numbers with words by Multicursor in jetbrains IDE(IntelliJ IDEA) .
Is there any way to do it by Live template? I want to do things like this image :
You could use String Manipulation plugin to do that (Increment/Decrement | Increment duplicates
or Create sequence
).
The plugin is not working on my WebStorm, there could be another way using unix command line:
seq 1 10 | xargs printf 'string%d\n'
You can actually do that without plugins.
I select the original numbers by:
e
and the first number (just press right arrow)other option is multicursor with shift+option+cmd+paint selection (macos)
Same in the target.