-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Labels
good first issueGood for newcomersGood for newcomerslanguage-serverIssues specific to our IDE integration rather than type checkingIssues specific to our IDE integration rather than type checking
Description
Describe the Bug
Right now they are highlighted the same as other variables, but perhaps we should highlight the variables different if they only contain capital letters, numbers, and underscore.
If we want to get REALLY fancy, maybe we could also check that
- they defined in an assignment where the RHS is a literal (or the variable has a literal type)
- they are never re-assigned
I think maybe just implementing the basic condition is good enough.
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerslanguage-serverIssues specific to our IDE integration rather than type checkingIssues specific to our IDE integration rather than type checking