插件
推荐插件
koroFileHeader
功能: 自动在文件头或函数头增加注释
url: https://marketplace.visualstudio.com/items?itemName=OBKoro1.korofileheader
函数
1
2
3
4
5/**
* @description:
* @param {*}
* @return {*}
*/文件
1
2
3
4
5
6
7
8<!--
* @Author: your name
* @Date: 2021-06-25 10:10:19
* @LastEditTime: 2021-10-29 14:24:21
* @LastEditors: your name
* @Description: In User Settings Edit
* @FilePath: /vscode-config.md
-->
code runner
- golang同package下的代码undefined
1 | 在.vscode下的settigns.json增加配置 |
go path
- vscode同时开发多个项目,每个项目不同路径
在不同终端下,配置不同gopath,使用 eexport GOPATH=/home/xxx/xxx设置