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
The method in the class Vector2D is properly colored but in the class Vector2 the syntax highlighting gets confused. Looks like this has something to do with the class name ending with a number.
Here is a screenshot showing a wrong color of the return and thiskeywords:
In larger source code this gets quite confusing because subsequent methods in the same class are also affected.
From @kayahr on July 4, 2016 11:9
Steps to Reproduce:
The method in the class
Vector2D
is properly colored but in the classVector2
the syntax highlighting gets confused. Looks like this has something to do with the class name ending with a number.Here is a screenshot showing a wrong color of the
return
andthis
keywords:In larger source code this gets quite confusing because subsequent methods in the same class are also affected.
Copied from original issue: microsoft/vscode#8720
The text was updated successfully, but these errors were encountered: