英文:
Can the golang plugin for IntelliJ give better type information?
问题
当我将鼠标光标移动到变量上时,我希望它告诉我具体的数据类型,就像LiteIDE一样:
但是IntelliJ的golang插件给出的数据是这样的:
有没有更好的方法来确定变量的类型?谢谢。
英文:
When I move the mouse cursor over the variable, I want it to tell me the specific data type, like LiteIDE does:
But the IntelliJ golang plugin is giving me data like:
Is there a better way to find out what type the variable is? Thanks.
答案1
得分: 2
目前该插件尚未实现此功能,但我已经为此问题打开了一个问题。如果你想跟踪它,请点击此问题链接。
英文:
at the moment this feature is not implemented in the plugin but I've opened a issue for it. If you want to track it, the please follow this issue
1: https://github.com/go-lang-plugin-org/go-lang-idea-plugin/issues/2052 "this issue"
答案2
得分: 1
你可以将光标放在 mask
上,然后按下<kbd>ctrl</kbd>+<kbd>q</kbd>,快速查找。
英文:
You could position the cursor over mask
and press <kbd>ctrl</kbd>+<kbd>q</kbd>, quick lookup.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论