Multiple cursors / highlight next instance of currently highlighted word

前端 未结 7 1589
长情又很酷
长情又很酷 2020-12-12 14:41

In Sublime Text, it\'s easy to select the next instance of a word by pressing command + d and also place multiple cursors by pressing command & clicking

7条回答
  •  春和景丽
    2020-12-12 15:16

    If what you're wanting to do is change the name of a variable, then when your cursor is on the variable press control+command+E and type away. (This is "Edit All in scope")

    For editing on a Project scope there is always the Editor > Refactor > Rename menu item

提交回复
热议问题