visual-studio-code - VS 代码,在关闭引号/大括号/括号后跳转

标签 visual-studio-code

使用 Visual Studio Code 如果我在中间一些引号/大括号/括号/括号有没有办法跳转到当前块的结尾?

例如。
如果

enter image description here

它允许我跳到报价的末尾

enter image description here

或来自:

enter image description here



enter image description here

最佳答案

2020 年 4 月更新

是的,使用 Ctrl+Shift+\ , 或 ⇧ + ⌘ + \在 Mac 上跳转到最近的括号。如果光标当前在某个范围内,它首先会跳转到右括号,随后每次按下都会在左括号和右括号之间跳转。

关于visual-studio-code - VS 代码,在关闭引号/大括号/括号后跳转,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36747752/

相关文章:

visual-studio-code - 如何在 vscode 中突出显示用户指定的单词

powershell - VSCode Powershell 问题匹配器

visual-studio-code - 文档刷新时自动向下滚动 (VSCode)

php - VSCode Ctrl + 单击

command-line - VSCode : list enabled extensions in a particular workspace in Commandline

node.js - 使用适用于 Linux 的 Windows 子系统在 Visual Studio Code 中进行调试

python - Pylint 中模块 'QApplication' 错误中无名称 'PyQt5.QtWidgets'

html - 如何从 VS Code 中的 css 文件中的 html 检测类名?

git - 将现有代码 checkin Azure DevOps 上的新存储库

python - 如何在 VSCode 上更改 Python (Anaconda) 的默认工作目录?