The new double-click to highlight variables feature is great!
But it should be case sensitive.
In the example below where I selected foo
, highlighting Foo
adds noise and confusion. foo
cannot possibly refer to Foo
so there is no reason it should be highlighted; Lua is case-sensitive and so is the entire ROBLOX API.