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
in Visual Studio Code:
block select using alt+shift+a
alt+shift+a
then ctrl+shift+p
ctrl+shift+p
type increment and you will see Emmet: Increment by 1. Hit enter.
Emmet: Increment by 1
you can do your custom emmet by typing the correct line, e.g. Emmet: Decrement by 5.3
Emmet: Decrement by 5.3