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+↑/↓ 在上/下插入光标 Insert cursor above / below 用在行首或者列表插入内容很好用 Ctrl + Al...
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+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 to beginning of file Ctrl+End 转到文件末尾...
cursorLineStart: 移至行首,相当于emacs的move-beginning-of-line cursorLineEnd: 移至行尾,相当于emacs的move-end-of-line 我们新建一个move.ts,用于实现光标移动的功能。我们先以移动到文章首为例。我们通过vscode.commands.executeCommand函数来执行命令。 例: import*asvscodefrom'vscode';exportfunctionmoveBeginning...
Alt+ ↑ / ↓Move line up/down 移动行,和上下行交换位置 Shift+Alt + ↓ / ↑Copy line up/down 将本行复制到上/下面 Ctrl+EnterInsert line below 向下插入新空行 Ctrl+Shift+EnterInsert line above 向上插入新空行 Home / EndGo to beginning/end of line 跳至行首/行尾 ...
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 ...
// - workbench.action.terminal.moveToLineEnd 1623 // - workbench.action.terminal.moveToLineStart 1624 // - workbench.action.terminal.new 1625 // - workbench.action.terminal.newInActiveWorkspace 1626 // - workbench.action.terminal.paste 1627 //...
选择从光标到行尾:Shift+End 选择从行首到光标处:Shift+Home 删除光标右侧的所有字:Ctrl+Delete 扩展/缩小选取范围:Shift+Alt+Left和Shift+Alt+Right 多行编辑(列编辑):Alt+Shift+鼠标左键,Ctrl+Alt+Down/Up 同时选中所有匹配:Ctrl+Shift+L Ctrl+D下一个匹配的也被选中 (在 sublime 中是删除当前行,后面自...
Steps to Reproduce: open a mardkown file start writing and pause for a secondVSCodeTriageBot assigned mjbvz Feb 19, 2024 sa50511 mentioned this issue Feb 19, 2024 Sa50511 #205554 Closed Sign up for free to join this conversation on GitHub. Already have an account? Sign in to commen...
Type: Bug Behaviour Expected vs. Actual Expected behavior is after I press shift-enter to run a line of code (thank you for improving this in #13495!), either of these happen: Cursor goes to beginning of line Cursor stays at same horizon...