IntelliJ的golang插件能否提供更好的类型信息?

When I move the mouse cursor over the variable, I want it to tell me the specific data type, like LiteIDE does:

LiteIDE behaviour.

But the IntelliJ golang plugin is giving me data like:

enter image description here

Is there a better way to find out what type the variable is? Thanks.

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

You could position the cursor over mask and press ctrl+q, quick lookup.