language-tools
language-tools copied to clipboard
Smarter scalar list suggestion in `@default([])` when type is `Boolean[]` or `myEnum[]`
trafficstars
Basic suggestion was implemented in https://github.com/prisma/language-tools/issues/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[]