vscode 使用技巧
所属分类 vscode
浏览量 685
win10
This User Installer is not meant to be run as an Administrator
下载 System Installer
https://code.visualstudio.com/Download
自动换行
设置 搜索 Word Wrap , off 改成 on
vscode 太卡顿 可以禁用 插件
插件页 右上角 菜单 ...
enable all extensions
disable all installed extensions
show running extensions
选中文件夹 右键
reveal in finder 在文件浏览器中显示 MAC
open in integrated terminal 打开集成终端命令行
全屏切换 F11
打开文件夹 ,可以直接把 文件拖到 vscode 里
选中 md 文件 右键 open preview
根据文件名查找文件
go /go to file
根据方法名查找方法
Command+Shift+O
go / go to symbol in editor
@方法名
命令面板 command palette
Ctrl+ Shift +P
mac command+shift+P
左下角 小齿轮 command palette
切换界面语言
命令面板
输入display 选择Configure display Language
禁用中文插件
命令面板 / Show running extensions
go / back
go / go to file
go / go to implementations
go / go to references
go / last edit location
settings
搜索 files
Auto Guess Encoding 勾上
files : encoding utf8
右下角 编码
reopen with encoding 使用指定的编码打开文件
上一篇
下一篇
scala 泛型 上下界 非变 协变 逆变
temporal Workers 为何使用轮询拉取任务
temporal list namespace 调试 堆栈信息
go import 方式
temporal server 远程调试
go test 实例