-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
(Darwin) Exclude Xcode and /usr/include symbols from Workspace Symbols Search #1119
Comments
Any update on this? |
I'm sorry, we don't have an update for you on this. Just checking though... do you really want to exclude all of the standard libraries from your symbol search? Or maybe just move them down in the list? |
I suppose it depends on the context. The optimal would probably be to put them at the end of the list, but most of the time I'm writing pure C I don't need all of apple's default C libraries. Just my two cents. I'm betting at the end of the day having an option to move them or exclude them couldn't be too difficult. I'm sad this extension is closed source. |
Didn't mean to close, my mistake. |
Have you tried removing the paths you don't want from browse.path? |
@sean-mcmanus I had not, but I just did yielding the same results. |
@HazardDev Oh, I think this is a bug. I hit this issue on November 3rd on Linux where I would remove all the paths, but it was still picking up stdio.h somehow. I'll investigate for our January release. |
I'm not able to repro this with the 0.14.5. You may need to clear out the "macFrameworkPath" setting. |
Fixed with 0.18.0. |
Maybe I just can't find it, but when using workspace symbols search, it seems like there should be an option to exclude Xcode and /usr/include symbols.
This is what happens when I search for workspace symbols now:
It's not useful to me to have 99% of the results be constants or parts defined from other places.
The text was updated successfully, but these errors were encountered: