You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The current Go extension for VS Code lacks specific syntax highlighting for package names, constants, and variables. This makes it difficult to visually differentiate these important elements in Go code.
Current Limitation:
Package names, constants, and variables all use the general 'variable.other.go' scope, making them visually indistinguishable from each other.
Feature Request:
Implement dedicated scopes for Go package names, constants, and variables (e.g., "entity.name.package.go", "variable.constant.go", "variable.other.go" or similar).
Benefits:
Improved code readability
Better visual distinction between package names, constants, and variables
Enhanced customization options for users to highlight these elements differently
Version Information:
VS Code Go Extension: v0.42.1
VS Code: [1.95]
Thank you for considering this feature request. This enhancement would significantly improve the coding experience for Go developers using VS Code by providing clearer visual distinctions between these key language elements.
The text was updated successfully, but these errors were encountered:
Description:
The current Go extension for VS Code lacks specific syntax highlighting for package names, constants, and variables. This makes it difficult to visually differentiate these important elements in Go code.
Current Limitation:
Package names, constants, and variables all use the general 'variable.other.go' scope, making them visually indistinguishable from each other.
Feature Request:
Implement dedicated scopes for Go package names, constants, and variables (e.g., "entity.name.package.go", "variable.constant.go", "variable.other.go" or similar).
Benefits:
Version Information:
VS Code Go Extension: v0.42.1
VS Code: [1.95]
Thank you for considering this feature request. This enhancement would significantly improve the coding experience for Go developers using VS Code by providing clearer visual distinctions between these key language elements.
The text was updated successfully, but these errors were encountered: