Issue Type: <b>Bug</b> ```powershell Set-Variable MY_CONST 1 -Option Constant Write-Host "MY_CONST = $($MY_CONST)" ``` 1) When cursor is on the fisrt `MY_CONST`, other `$MY_CONST` is not highlighted 2) When typing `$MY_<crtl+space>` there is no suggestion for `$MY_CONST` Extension version: 2020.1.0 VS Code version: Code 1.41.1 (26076a4de974ead31f97692a0d32f90d735645c0, 2019-12-18T14:58:56.166Z) OS version: Windows_NT x64 10.0.18363 <!-- generated by issue reporter -->