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

Outline, symbol search and go to definition should jump to symbol name #1905

Closed
3 tasks done
fflaten opened this issue Aug 21, 2022 · 1 comment
Closed
3 tasks done
Assignees

Comments

@fflaten
Copy link
Contributor

fflaten commented Aug 21, 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
MyFunc123 {
    'some code'
}

MyFunc123
  • Select the last line and press F12
  • Find MyFunc123 in symbol search
  • Click in outline

Expected behavior

Jumps to line 2 `MyFun123` like other languages like C# and TypeScript

Actual behavior

Jumps to `function`

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

2022.8.3 preview

Visuals

No response

@ghost ghost added the Needs: Triage Maintainer attention needed! label Aug 21, 2022
@SydneyhSmith SydneyhSmith added Area-Symbols and References and removed Needs: Triage Maintainer attention needed! labels Aug 25, 2022
@andyleejordan
Copy link
Member

I think fixed by #1984

@andyleejordan andyleejordan self-assigned this Feb 2, 2023
@andyleejordan andyleejordan added the Issue-Bug A bug to squash. label Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants