Keyword 'new' in Lists, Maps and Sets isn't highlighted like in other objects.
Issue #657
resolved
As title say, the keyword 'new' in Lists, Maps and Sets isn't highlighted like in other objects. To reproduce type:
List<Lead> listLeads = new List<Lead>();
Lead newLead = new Lead();
You'll see that for the single Lead the 'new' keywork is highlighted and for the List it isn't.
Thank you.
Comments (5)
-
-
repo owner Interesting. Yeah, I think I'm seeing this locally as well, so there's something to it. I'll take a look either way. I'm sure it's something pretty simple to resolve.
-
repo owner - changed version to 1.7.9.8
-
repo owner Issue
#664was marked as a duplicate of this issue. -
repo owner - changed status to resolved
Delivered in 1.7.9.8.
- Log in to comment
Federico, this may be an issue with your color highlighting settings. For example, I use the Monokai Sublime Text 3 and I see the
new
keyword highlighted fine.