安装下载地址
https://code.visualstudio.com/
拓展安装推荐
https://blog.csdn.net/u014025444/article/details/90139633
汉化
拓展 搜索language 选择chinaese language install 重启
或 chinese simplified
常用插件
vscode-icons 好看的图标插件
PHP Intelephense PHP智能追踪
PHP Intellisense PHP智能补充
Bracket Pair Colorrizer 用来区分括号
KoroFileHeader 函数头注解 快捷键 函数头 ctrl+window+t 文件头 ctrl+windows+i
快捷键
ctrl+a 全选
shift + alt + f 格式化代码
ctrl+shift+o 显示所有类方法
ctrl+g 跳到指定行
代码追踪 ctrl + 点击函数名
git 配置 https://blog.csdn.net/weixin_43507141/article/details/122708349
sftp 配置 https://www.cnblogs.com/Dr-wei/p/16581875.html