forcedotcom / analyticsdx-vscode

Salesforce Analytics Extensions for Visual Studio Code
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Fix highlighted text when showing variable name hover #142

Closed smithgp closed 2 years ago

smithgp commented 2 years ago

In files that reference variables (i.e. ui, layout, auto-install), when the user hovered, it would show the hover w/ the variable info, but the wrong text in the editor would be highlighted due to using the wrong file to calculate the hover's range.