- VSCode Version:
- OS Version:
Steps to Reproduce:
- Create a js file:
['loooooooooooooooooooooooooooooooooooooooooooong', 'loooooooooooooooooooooooooooooooooooooooooooong']
function foo() {}
function bar() {}
- Move editor so that the first line wraps and occupies two lines
- Hover over
foo

Expected
Definition of foo is displayed
Actual
Definition of bar is displayed
Steps to Reproduce:
fooExpected
Definition of
foois displayedActual
Definition of
baris displayed