-
Notifications
You must be signed in to change notification settings - Fork 844
Open
Milestone
Description
We can set this default before gopls switches its default (golang/go#45313)
Semantic tokens fixes many issues TextMate-based syntax highlighting has (incorrect highlighting, lack of generics support, etc)
Potential concerns:
- gopls: allow semantic highlighting to work with large files #1387 @pjweinb can we close this issue now, since gopls is limiting the size of file?
- files with non-matching build tags won't get any semantic tokens info. We think in that case, other syntax highlighting will handle, so it is still an improvement. We need to test/confirm.
Setting:
Currently, we ask users to use
"gopls": {
"ui.semanticTokens": true
}
But how about promoting this as a go setting?
"go.ui.semanticTokens": true
@golang/tools-team
li1234yun, sfroment, ofhouse, PrettyMuffin, robertohuertasm and 5 more
Metadata
Metadata
Assignees
Labels
No labels