The first use of implicitly defined variables in javascript are not highlighted by Highlight Usages in File (Ctrl+Shift+F7). For example in the following code the first use of variable s is not highlighted.
s = "Hello world!"
alert(s);
Description
The first use of implicitly defined variables in javascript are not highlighted by Highlight Usages in File (Ctrl+Shift+F7). For example in the following code the first use of variable s is not highlighted.