Closed qxxiao closed 4 months ago
Same here. I briefly had this working in VSCode out of nowhere and then it stopped working again randomly. I've tried overrides and can't seem to get this to work. On the contrast for JetBrains GoLand this works perfectly.
When I ran develop tools, this is what I'm seeing:
This is not issue of Dracula, but issue of gopls. Add this line "gopls": {"ui.semanticTokens": true},
to your settings.json
CTRL+Shift+P
-> Open User settings (JSON)
This is not issue of Dracula, but issue of gopls. Add this line
"gopls": {"ui.semanticTokens": true},
to yoursettings.json
CTRL+Shift+P
->Open User settings (JSON)
Thank you @arxeiss! This resolved it for me
Hi, For Go language highlighting, function call tokens are in the same color as the type.
And function arguments seem to be a known issue in known_issues.md