如何在WebStorm中执行Cmd+D?

huangapple go评论86阅读模式
英文:

How do I Cmd+D in WebStorm?

问题

我最近开始使用WebStorm,但似乎完全找不到这个功能。这是一个功能,您可以逐个选择文件中的多个匹配文本部分并一起编辑它们。

<kbd>Cmd + D</kbd>只是复制选定的文本。

英文:

I recently started using WebStorm, and I can't seem to find this feature there at all. It's the one where you pick multiple matching bits of text one by one in a file and edit them all together.

<kbd>Cmd + D</kbd> just duplicates the selected text.

答案1

得分: 1

为了在JetBrains IDE中选择下一个出现的位置,您可以使用Alt + J(或者在MacOS上使用Ctrl + G)。

要取消选择它,请添加Shift

如果您想选择所有出现的位置,请按Ctrl + Shift + Alt + J(或者在MacOS上使用Ctrl + Cmd + G)。

英文:

In order to select the next occurrence in JetBrains IDEs, you can use Alt + J (or Ctrl + G on MacOS).

To unselect it, add Shift.

If you want to select all occurrences, press Ctrl + Shift + Alt + J (or Ctrl + Cmd + G on MacOS).

huangapple
  • 本文由 发表于 2023年7月13日 21:28:05
  • 转载请务必保留本文链接:https://go.coder-hub.com/76679910.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定