Function Maps: Golang

Configuration to make sure you get the best Function Map experience with Golang

Enable "Semantic Tokens"

To get the most out of Function Maps with Golang, you'll need to enable Semantic Tokens.

Please add "semanticTokens": true to your gopls VS Code settings:

{  
  "gopls": {  
    "semanticTokens": true  
  }
}