1. 使用快捷键:在打开的文件中按下Ctrl + G(或者Cmd + G),然后在弹出的输入框中输入要跳转到的行号,按下回车键即可跳转到指定行。 2. 使用命令面板:按下Ctrl + Shift + P(或者Cmd + Shift + P)打开命令面板,然后输入”Go to Line”(或者中文环境下输入”跳转到行”),选择相应的选项即可跳转到指定行。
1. 使用快捷键 `End`:按下 `End` 键可以直接将光标移动到当前行的末尾。 2. 组合快捷键 `Ctrl + End`:按下 `Ctrl + End` 可以将光标移动到文档中的最后一行的末尾。 3. 使用命令面板:按下 `Ctrl + Shift + P` 打开命令面板,然后输入 `Go to Line`,选择 `Go to Line` 命令,再输入行号后按下 ...
5. Go to line quickly 5. 快速跳转指定行 Jump, don’t scroll. 跳转,不要滚动。 Quickly navigating to a line is invaluable during debugging when you need to encounter errors at specific line numbers. By jumping to those lines, you can examine the code in that particular context, evaluate va...
Insert line below 在下面插入行 Ctrl+ Shift+ Enter Insert line above 在上面插入行 CtrI+ Shift+\ Jump to matching bracket 跳到匹配的括号 Ctrl+]/ [ Indent/outdent line 缩进、缩进行 Home / End Go to beginning/end of line 转到行首/行尾 Ctrl+ Home Go to beginning of file 转到文件开头 Ctr...
跳转到特定行数「Navigate to a Specific Line」 在排查错误的时候经常会用到的一个快捷键,我们需要找到当前文件下特定行的代码。 Mac: Command + G Windows/Linux: Ctrl + G 小技巧 结合我们上面学习到的,我们也可以先使用快捷键(Mac:Command + P)打开编辑器命令 然后输入: 再输入行数即可。 文件中跳转特...
Ctrl+End 转到文件末尾 Go to end of file Ctrl+↑ / ↓ 向上/向下滚动行 Scroll line up/down Alt+PgUp / PgDown 向上/向下滚动页面 Scroll page up/down Ctrl+Shift+[ 折叠(折叠)区域 Fold (collapse) region Ctrl+Shift+] 展开(未折叠)区域 Unfold (uncollapse) region Ctrl+K Ctrl+[ 折叠(未折叠...
Go to Line... Ctrl + P 转到文件... Go to File... Ctrl + Shift + O 转到符号... Go to Symbol... Ctrl + Shift + M 显示问题面板 Show Problems panel F8 转到下一个错误或警告 Go to next error or warning Shift + F8 转到上一个错误或警告 Go to previous error or warning Ctrl + ...
vscode-go 插件 打开VSCode,切换到扩展搜索界面,输入 go 搜索;或者打开一个 Go 源文件,VSCode 会建议你安装 vscode-go 插件。 之所以叫 vscode-go,是因为在 GitHub 的项目名是这个,而在 VSCode 中,插件的名称是 Go。该插件最初是微软维护的,目前已经交给 Go Team 维护。
Ctrl+/切换行注释 Toggle line comment Shift+Alt+A切换块注释 Toggle block comment Alt+Z切换换行 Toggle word wrap 导航Navigation 代码语言:javascript 复制 按Press 功能 Function Ctrl+T显示所有符号 Show all Symbols Ctrl+G转到行...Go to Line...Ctrl+P转到文件...Go to File...Ctrl+Shift+O转到符号...
s","go.gocodeAutoBuild":false,"go.goroot":"填写GOROOT路径","go.g opath":"填写GOPATH路径","go.autocompleteUnimportedPackages":true, "go.formatOnSave":true,"window.zoomLevel":0,"debug.console.fo ntSize":16,"debug.console.lineHeight":30,}}创建Go文件在这里插入图片描述安装 ...