-
Notifications
You must be signed in to change notification settings - Fork 645
Feature: golang: package qualified symbols #954
Comments
I dont know how I lost this issue in my notifications for over a year! Apologies. Yes, this is do-able. We currently use the
PRs are most welcome.
|
Oh -- cool. I won't have a chance to open up a PR this week, and then I'll be traveling for two weeks. Will take a look at opening a PR when I get back |
@stamblerre This is related to the workspace symbol search feature. |
@ramya-rao-a: Just to confirm, you are referring to the Workspace Symbols feature of the LSP (https://microsoft.github.io/language-server-protocol/specification#workspace_symbol)? I filed golang/go#33844 to track this. |
@stamblerre Yes, that's the one @josh-tepper Now that there is active development on an official language server for Go via gopls, this issue is being closed in favor of having the features requested here via the language server. For more on language server integration with this extension, please see Go language server To go a feature request for gopls, use the Go issue tracker |
Issue copied from here: microsoft/vscode#23509
When doing a "global symbol search" ('# ' in the palette), I wish that it was possible to qualify the symbol name with the package name. E.g., for a symbol Sym in package my/package/here, I would like to be able to type both of:
The text was updated successfully, but these errors were encountered: