Skip to content

Variables defined with Set-Variable are not fully supported in the editorΒ #2460

@DmitrySokolov

Description

@DmitrySokolov

Issue Type: Bug

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions