Support syntax scheme.prisma file by IDE

34 views Asked by At

Why when create Prisma schema file, I have no code syntax support? I mean, after running the following command

npx prisma init --datasource-provider sqlite

I'm getting scheme.prisma file (and DATABASE_URL="file:./dev.db" - in .env file), but I can't use support suggestions actions. All text in the file have white color (without suggestions and syntax highlighting):

enter image description here

I've tried adding an ORM extension plugin, but not getting any results.

1

There are 1 answers

0
mustToKnowAnswer On

"Prisma ORM" plugin (from webstorm plugins marketplace) re-install helped!