Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Ignore import statements in Go to Symbol in File feature #775

Merged
merged 2 commits into from
Feb 7, 2017

Conversation

ramya-rao-a
Copy link
Contributor

The Go To Symbols in File feature currently lists all the import statements as symbols as well.
This becomes noisy for a file with a lot of imports and hinders symbol search as well.

See #680 (comment)

This PR ignores the import statements in the Go to Symbol File feature.
Will keep a setting to include them.
Based on the telemetry, we can see how many users turn it back on to include imports, and then take the call to remove the setting if needed.

@ramya-rao-a ramya-rao-a merged commit 7192c92 into microsoft:master Feb 7, 2017
@ramya-rao-a ramya-rao-a deleted the ignore-imports branch April 9, 2017 17:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants