在GoLand中,你如何查找与结构体或类型相关联的函数列表?

huangapple go评论72阅读模式
英文:

In GoLand, how do you find the list of functions associated with a struct or a type

问题

我正在使用GoLand IDE进行Golang开发。只是想知道是否有一种方法可以找到给定结构体或类型实现的函数列表?

英文:

I am using GoLand IDE for Golang development. Just wondering if there is a way to find the list of functions implemented for a given struct or a type?

答案1

得分: 1

刚刚发现,按下CTRL+Q(光标在类型上)可以获取给定类型或结构的函数列表。

英文:

Just found out, it is CTRL+Q (cursor on the type) to get the list of functions for a given type or struct.

huangapple
  • 本文由 发表于 2021年6月22日 03:20:30
  • 转载请务必保留本文链接:https://go.coder-hub.com/68073584.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定