microsoft / vscode-go

An extension for VS Code which provides support for the Go language. We have moved to https://github.com/golang/vscode-go
Other
5.93k stars 648 forks source link

Package symbol navigation #2283

Closed anacrolix closed 5 years ago

anacrolix commented 5 years ago

There doesn't appear to be support package-level navigation. There is file navigation, but other IDE plugins usually provide ways to jump between symbols within the same package. I've asked on gitter and Slack and not received any reply on how to accomplish this. I believe the behaviour is somewhere between "goto symbol in file" and "goto symbol in workspace".

axetroy commented 5 years ago

ref #1928

I am waiting for this feature

ramya-rao-a commented 5 years ago

provide ways to jump between symbols within the same package.

I believe you are referring to, for example, the List Package declarations command in Sublime Text. Can you confirm? If so, then this feature request is being tracked in #671

@axetroy #1928 would let us jump between symbols, it is tracking opening of the package in a new VS Code window.

anacrolix commented 5 years ago

Yeah it's the Ctrl + . , Ctrl + L in GoSublime. All the symbols in the current package are shown.

ramya-rao-a commented 5 years ago

Alright then, closing this issue in favor of #671 Please up vote or subscribe to #671 so that you know if there are any updates there.