Guys, any plugin to use prisma on WebStorm?
# orm-help
p
Guys, any plugin to use prisma on WebStorm?
n
What exactly would that plugin do?
Here's a VSCode plugin for `prisma.yml`: https://www.prisma.io/docs/reference/service-configuration/prisma.yml/overview-and-example-foatho8aip#tooling-integrations and GraphQL VSCode integration: https://github.com/kumarharsh/graphql-for-vscode I'm sure WebStorm has similar plugins 🙂
w
Webstorm has this one https://github.com/jimkyndemeyer/js-graphql-intellij-plugin. It really shines when writing queries, as it provides autocompletion just like graphiql would do. For prisma though, it does support for
.graphql
files as well so you can write your datamodels more easily
p
@weakky this plugin does not support prisma syntax yet
@nilan I’ll see the VSCode plugin, thanks
w
Erf, you mean the custom directives ? Then VSCode ones “support” them. At least it doesn’t throw errors
p
Yeah, the webstorm plugin throw some errors because of custom directives of prisma
I already opened a issue there