Jump to Closing tag in VS Code?

后端 未结 5 1412
执念已碎
执念已碎 2021-01-31 01:59

I can\'t seem to find a way to select the beginning of a bracket and jump to the end of it through some key combination or something in VS Code. For example, in ato

5条回答
  •  终归单人心
    2021-01-31 02:09

    You can jump to the matching bracket with Ctrl+Shift+\

    For more reference, you can refer: Visual Studio Code Navigation

提交回复
热议问题