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
Inconsistent recognition in different parts of an object's property. See these below:
a:={ddccc:789}
d:=a.dd%'c'%cc
ddccc is a whole property of a. However, dd is recognized as "Other.Property" while the back part cc is recognized as "Other" which is nothing. Both of them are incorrect white rather than orange which is set as the property's color.
Could you improve your plugin to recognize both of them successfully as the property of a? Or it would be better if both of them could be recognized through the semantic instead of through textmate scopes.
The text was updated successfully, but these errors were encountered:
Semantic tokens in complex expressions are not considered.
There's no problem. It is all up to your convenience. Semantic tokens is not a must.
However, as above fist two pictures show, could you please let cc to be recognized as the same with 'dd'?
Sure, they are all part of the property name. But they must not be two different parts.
Inconsistent recognition in different parts of an object's property. See these below:
a:={ddccc:789} d:=a.dd%'c'%cc
ddccc
is a whole property ofa
. However,dd
is recognized as"Other.Property"
while the back partcc
is recognized as"Other"
which is nothing. Both of them are incorrect white rather than orange which is set as the property's color.Could you improve your plugin to recognize both of them successfully as the property of
a
? Or it would be better if both of them could be recognized through thesemantic
instead of throughtextmate scopes
.The text was updated successfully, but these errors were encountered: