-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-configconfigurationconfigurationA-idegeneral IDE featuresgeneral IDE featuresE-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get started
Description
Is there a vs-code side settings to remove variables from the "goto document symbol" popup? The thing at the top left on the screenshot:
It looks like there isn't, so I think it's worth adding a server-side settings here. Going to function/type in the same document by name is one of the most useful navigation abilities of an IDE, and polluting namespace with locals make this features significantly less useful (in particular, less useful than just grepping for fn prefix
)
Originally posted by @matklad in #18312 (comment)
matklad
Metadata
Metadata
Assignees
Labels
A-configconfigurationconfigurationA-idegeneral IDE featuresgeneral IDE featuresE-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get started