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.
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.