英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论