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

Filter out all types #443

Open
Almenon opened this issue Mar 6, 2023 · 0 comments
Open

Filter out all types #443

Almenon opened this issue Mar 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Almenon
Copy link
Owner

Almenon commented Mar 6, 2023

Is your feature request related to a problem? Please describe.
I don't want to see types in the variable preview, as they are not variables.

For example, from typing import Callable causes a type to appear in the right.

Describe the solution you'd like
No types to appear

Describe alternatives you've considered
Adding types to arepl.defaultfiltertypes. The problem is there's so many types to add.

Ideal Solution
A mechanism that blocks all types that inherit from type X.

Please +1 the issue if you would also prefer types not to appear, or -1 if you like the types.

@Almenon Almenon added the enhancement New feature or request label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant