Focus on numerical array elements is confusing
Focus on arr[1]:
(screenshot is done with playground from #2071 that includes the final chevron, but it's still not enough to clear up the confusion)
Maybe we should show array element names as [i] instead of i?
Maybe we should show array element names as [i] instead of i?
Yea, I agree here. Would be easy to change.
Hm... this seems tricky to change. If we do the obvious thing, it shows like that everwhere, and this is pretty ugly. Will think of more ideas later.
If we do the obvious thing, it shows like that everwhere, and this is pretty ugly.
I agree it looks noisy, but I also think it's still better than before.
Fixed in 0.10:
Oh wait, no, it's still a problem in focused states.