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

后端 未结 10 1291
一向
一向 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:57

    Just in case anyone else stumbled on this question while looking for a way to replace a string across multiple files, it is Command+Shift+F

提交回复
热议问题