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

后端 未结 10 1297
一向
一向 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条回答
  •  Happy的楠姐
    2020-12-02 03:47

    At this moment, 2020-10-17, if you select a text element and hit CTRL+SHIFT+ALT+M it will highlight every instance within the code chunk.

提交回复
热议问题