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

Smarter scalar list suggestion in @default([]) when type is Boolean[] or myEnum[] #1179

Open
Jolg42 opened this issue Jun 22, 2022 · 0 comments
Labels
kind/improvement An improvement to existing feature and code. team/schema Issue for team Schema. topic: autocompletion

Comments

@Jolg42
Copy link
Member

Jolg42 commented Jun 22, 2022

Basic suggestion was implemented in #1159

Currently, suggests [] or dbgenerated(), but nothing inside []

It could suggest true or false for Boolean[] like done for Boolean

And could also have some logic to suggest the enum values when type is myEnum[]

@Jolg42 Jolg42 added kind/improvement An improvement to existing feature and code. topic: autocompletion team/schema Issue for team Schema. labels Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/improvement An improvement to existing feature and code. team/schema Issue for team Schema. topic: autocompletion
Development

No branches or pull requests

1 participant