How To Insert Incrementing Numbers with words by Multicursor in jetbrains IDE(IntelliJ IDEA)?
You could use String Manipulation plugin to do that (Increment/Decrement | Increment duplicate numbers
).
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'