vscode-powershell icon indicating copy to clipboard operation
vscode-powershell copied to clipboard

Semantic Highlighting should recognize a function that doesn't follow noun-verb format if defined in the same document

Open JustinGrote opened this issue 3 years ago • 0 comments

Prerequisites

  • [X] I have written a descriptive issue title.
  • [X] I have searched all issues to ensure it has not already been reported.
  • [X] I have read the troubleshooting guide.
  • [X] I am sure this issue is with the extension itself and does not reproduce in a standalone PowerShell instance.
  • [X] I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.

Summary

See visual

PowerShell Version

7.2.1

Visual Studio Code Version

Insiders

Extension Version

preview

Steps to Reproduce

function test {}

test

F1 -> Inspect Editor Tokens and Scopes -> hover test and see that support.function scope is missing

Visuals

image

Logs

No response

JustinGrote avatar Feb 15 '22 16:02 JustinGrote