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

Add autocomplete support for VS Code, via dataclass_transform #80

Closed
florianfischer91 opened this issue Feb 2, 2022 · 0 comments · Fixed by #91
Closed

Add autocomplete support for VS Code, via dataclass_transform #80

florianfischer91 opened this issue Feb 2, 2022 · 0 comments · Fixed by #91

Comments

@florianfischer91
Copy link
Collaborator

It would be cool to have autocompletion for VS Code when instantiating a predicate.

grafik

Pydantic already provide such a feature (see pydantic/pydantic#2721)

The user doesn't need to remember the arguments (and also the order) of the predicate and it would also be shown if the type of the variable is not compatible with the argument type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant