【问题标题】:What is the keyboard shortcut to select everything between quotes in VSCode在VSCode中选择引号之间的所有内容的键盘快捷键是什么
【发布时间】:2019-11-23 00:14:25
【问题描述】:

我正在寻找一种在 VSCode 中匹配引号之间选择 data:image/png;base64,... 的快速方法。

我将 editor.action.selectToBracket 键绑定分配给 Ctrl + Shift + m 作为键盘快捷键。这会 选择php 标签之间的所有内容。

另一种尝试是 Shift + Alt + 右箭头。这将选择一整行。

如何在 VSCode 中做到这一点而不依赖任何 VSCode 扩展?

【问题讨论】:

    标签: php visual-studio-code base64


    【解决方案1】:

    我最终解决如下:Shift + End 从当前光标位置选择到行尾,然后输入左箭头 kbd> 缩小选择范围。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2022-01-05
      • 2016-01-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-02-01
      • 2018-02-01
      相关资源
      最近更新 更多