Skip to content
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

Decide what symbols to hide from workspace symbols #39

Closed
mhanberg opened this issue Jun 26, 2023 · 0 comments · Fixed by #68
Closed

Decide what symbols to hide from workspace symbols #39

mhanberg opened this issue Jun 26, 2023 · 0 comments · Fixed by #68

Comments

@mhanberg
Copy link
Collaborator

Description

Many modules include "public private" functions that aren't intended for you to use and are injected with metaprogramming.

This functions often are prefixed and suffixed with a double underscore __struct__. These seem to clutter up the symbol table and make it harder to use.

I believe that IEx will hide those from autocomplete, so it might make sense to filter those in the symbol table.

Example

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment