recile Asked:2020-01-06 22:53:04 +0000 UTC2020-01-06 22:53:04 +0000 UTC 2020-01-06 22:53:04 +0000 UTC 如何使用 vs Code 中的组合键将括号退出到行尾? 772 例如 var number = "word|" 或 var arr = [2,3|] 哪个组合键可以转到行尾(其中 | 是光标)箭头和 end 不是退出 visual-studio-code 1 个回答 Voted Best Answer Grundy 2020-01-07T00:36:11Z2020-01-07T00:36:11Z 热键是可配置的。File- Preferences-Keyboard Shortcuts 负责过渡到线尾id——cursorEnd 您可以更改为方便的热键的值。
热键是可配置的。File- Preferences-Keyboard Shortcuts
负责过渡到线尾
id——cursorEnd您可以更改为方便的热键的值。