Skip to content

VSC always allows intellisense features to be selected in right-click menu #8

@kaylaerdmann

Description

@kaylaerdmann

When you right-click in a PowerShell file in VSC a menu comes up with the following intellisense options:

  • Peek Definition
  • Go to Definition
  • Find All References
  • Change All Occurrences

Currently, these are always clickable, which is wrong. We only want these options to be clickable on certain symbols. For example, none of these options should be clickable on function or any whitespace in the following code block:

function MyFunction ($param1, $param2)
{

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions