1. 使用快捷键:按下“End”键可以将光标快速定位到当前行的末尾。 2. 使用组合键:按下“Ctrl + End”键组合可以将光标快速移动到文档的结尾,无论当前行的位置在哪里。 3. 使用命令面板:按下“Ctrl + Shift + P”打开命令面板,并输入“go to end of line”(或者使用中文版输入“移动到行末”)选择相应的...
Home 转到行首 Go to beginning of line 下面这几项就不需要多解释了 End 转到行尾 Go to end of line Ctrl+Home 转到文件开头 Go to beginning of file Ctrl+End 转到文件末尾 Go to end of file Alt+单击 插入光标 Insert cursor 按住Alt键,可以插入多个光标 Ctrl+Alt+↑/↓ 在上/下插入光标 ...
Ctrl+Enter 在下面插入行 Insert line below Ctrl+Shift+Enter 在上面插入行 Insert line above Ctrl+Shift+\ 跳到匹配的括号 Jump to matching bracket Ctrl+] / [ 缩进/缩进行 Indent/outdent line Home 转到行首 Go to beginning of line End 转到行尾 Go to end of line Ctrl+Home 转到文件开头 Go ...
Ctrl+Shift+Enter 在上面插入行 Insert line above Ctrl+Shift+\ 跳到匹配的括号 Jump to matching bracket Ctrl+]/[缩进/缩进行 Indent/outdent line Home 转到行首 Go to beginningofline End 转到行尾 Go to endofline Ctrl+Home 转到文件开头 Go to beginningoffile Ctrl+End 转到文件末尾 Go to endo...
Ctrl+EnterInsert line below 向下插入新空行 Ctrl+Shift+EnterInsert line above 向上插入新空行 Home / EndGo to beginning/end of line 跳至行首/行尾 查看 Ctrl+HomeGo to beginning of file 跳至文件开头 Ctrl+EndGo to end of file 跳至文件结尾 ...
Ctrl+] / [ 缩进/缩进行 Indent/outdent line Home 转到行首 Go to beginning of line End 转到行尾 Go to end of line Ctrl+Home 转到文件开头 Go to beginning of file Ctrl+End 转到文件末尾 Go to end of file Ctrl+↑ / ↓ 向上/向下滚动行 Scroll line up/down Alt+PgUp / PgDown 向上/向...
移动到文件结尾:Ctrl+End 移动到文件开头:Ctrl+Home 移动到定义处:F12 定义处缩略图:只看一眼而不跳转过去Alt+F12 移动到后半个括号:Ctrl+Shift+] 选择从光标到行尾:Shift+End 选择从行首到光标处:Shift+Home 删除光标右侧的所有字:Ctrl+Delete 扩展/缩小选取范围:Shift+Alt+Left和Shift+Alt+Right ...
// Specify the end of line used by prettier 2746 "prettier.endOfLine": "auto", 2747 2748 // Use 'prettier-eslint' instead of 'prettier'. Other settings will only be fallbacks in case they could not be inferred from eslint rules....
shift+entershift+enterStart new line✅ ctrl+shift+ucmd+shift+uToggle case for word at caret or selected blockN/A ctrl+shift+]cmd+shift+]Select till code block endN/A ctrl+shift+[cmd+shift+[Select till code block startN/A ctrl+rightalt+rightCursor to word end✅ ...
Change All End Of Line Sequence This extension uses the built-in command 'Change End Of Line Sequence' to change the line ending (LF or CRLF) of all files of a specified type(s) in the Visual Studio Code workspace. Usage WARNING: Currently there is NO WAY to abort the process (besides...