How to select all instances of a variable and edit variable name in Sublime

后端 未结 10 1313
一向
一向 2020-12-02 03:34

If I select a variable (not just any string) in my code, all other instances of that variable get a stroke (white outline) around them:

10条回答
  •  广开言路
    2020-12-02 03:45

    The Magic is, you have to start with an empty selection, so put your cursor in front of the word/character you want to multi-select and press Ctrl+D .

提交回复
热议问题