How To Insert Incrementing Numbers with words by Multicursor in jetbrains IDE(IntelliJ IDEA)?

后端 未结 5 1056
既然无缘
既然无缘 2021-02-03 21:53

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

5条回答
  •  深忆病人
    2021-02-03 21:58

    in Visual Studio Code:

    block select using alt+shift+a

    then ctrl+shift+p

    type increment and you will see Emmet: Increment by 1. Hit enter.

    you can do your custom emmet by typing the correct line, e.g. Emmet: Decrement by 5.3

提交回复
热议问题