Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function name not recognized in definition when on different line #214

Open
3 tasks done
fflaten opened this issue Aug 14, 2022 · 0 comments
Open
3 tasks done

Function name not recognized in definition when on different line #214

fflaten opened this issue Aug 14, 2022 · 0 comments
Assignees

Comments

@fflaten
Copy link

fflaten commented Aug 14, 2022

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • Search the existing issues.

Steps to reproduce

function          FunctionWithExtraSpace
{

} FunctionWithExtraSpace

function 
FunctionNameOnDifferentLine {

}

Expected behavior

`FunctionNameOnDifferentLine` is identified

Actual behavior

Notice that `FunctionNameOnDifferentLine` is not recognized. See image.

Error details

No response

Environment data

Name                           Value
----                           -----
PSVersion                      7.2.6
PSEdition                      Core
GitCommitId                    7.2.6
OS                             Microsoft Windows 10.0.22000
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

1.71.0-insider

Visuals

image

Actual:
image

Expected:
image

@andyleejordan andyleejordan self-assigned this Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants