在 Goland 中快速进入对象类型定义的方法
Quick way to go to object's type definition in Goland
我可以在 Goland 中对变量名称执行 Ctrl+Shift+P (linux) 以获取它的对象类型(在工具提示中)。有没有一种快速的方法可以找到该类型的定义?通常我必须再次输入名称(通过搜索或点击 shift 两次)。
Ctrl(命令) + Shift + B 或 Ctrl (命令) + Shift + 左键单击.
请看:https://www.jetbrains.com/help/go/navigating-through-the-source-code.html#go_to_declaration
我可以在 Goland 中对变量名称执行 Ctrl+Shift+P (linux) 以获取它的对象类型(在工具提示中)。有没有一种快速的方法可以找到该类型的定义?通常我必须再次输入名称(通过搜索或点击 shift 两次)。
Ctrl(命令) + Shift + B 或 Ctrl (命令) + Shift + 左键单击.
请看:https://www.jetbrains.com/help/go/navigating-through-the-source-code.html#go_to_declaration