在使用 Visual Studio Code 时,我注意到当我从 autocomlete 编写函数时,它永远不会使用括号自动完成。例如:
fmt. //now select a function Print(a ...interface{}) from autocomplete fmt.Print //why the parenthesehas have not been inserted automaticaly?
它在 VS 代码中总是如此,还是与 VS 代码的 golang 设置有某种关系?有没有办法解决这个问题?
GCT1015
相关分类