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
First off: I think we should be lexing a property and a method rather than the generic member -- however, this bug is simply against the fact that the separator dot is being included in the scope.
I expected only the words to be pink, i.e. only "Length" not ".Length" in:
$file.Length
I also did not expect it to affect the color of the method Delete() in
$file.Delete()
The text was updated successfully, but these errors were encountered:
Jaykul
changed the title
The "scope" names "variable.other.member" includes the dot separator
The "scope" named "variable.other.member" includes the dot separator
Aug 13, 2018
First off: I think we should be lexing a
property
and amethod
rather than the genericmember
-- however, this bug is simply against the fact that the separator dot is being included in the scope.I'm using VS Code 1.26.0-insider
For repro sake, I added this to my preference:
And got this:
I expected only the words to be pink, i.e. only "Length" not ".Length" in:
$file.Length
I also did not expect it to affect the color of the method
Delete()
in$file.Delete()
The text was updated successfully, but these errors were encountered: