zed
zed copied to clipboard
golang gopls semanticTokens support
Check for existing issues
- [X] Completed
Describe the feature
Unable to distinguish between package names or struct names by color.
setting ui.semanticTokens, but not work.
In vscode:
ui.semanticTokens: false
ui.semanticTokens: true
package name's color different struct name.
In zed
config
"lsp": {
"gopls": {
"ui.semanticTokens": true,
"symbolStyle": "Dynamic"
}
}
package name'color same as struct name.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Slightly related, but more general:
- https://github.com/zed-industries/zed/issues/5345