What are these Typescript completion suggestions inside Prisma?
When I
CNTRL + SPACE
inside a date.set in Prisma, I get these strange autocompletes, like getUTCDate()
. getUTCMonth()
, toDateString()
etc...
I was trying to use them, but I don't understand what they are? Does someone know?1 Reply
Here's an example:
After I click on one of the intellisense suggestions, like setHours I get this autocompleted:
And hovering over the setHours reveals some information...