Replies: 3 comments 1 reply
-
Maybe webstorm has some issues with missing |
Beta Was this translation helpful? Give feedback.
-
I found node_modules/* are excluded my project. make @generated directory include projects then it works. |
Beta Was this translation helpful? Give feedback.
-
I also cant get auto import to work from the @generated code in node_modules, I am using vscode too. @MichalLytek did you have to do anything to get that to work? One thing to note is that I have my api as part of a monorepo and the generated code is being put in the top level node_modules, not sure why this would change anything though |
Beta Was this translation helpful? Give feedback.
-
I'm generate with this prisma schema
// schema.prisma generator typegraphql { provider = "typegraphql-prisma" }
and generated results are in 'node_modules/@generated/type-graphql'
but when I use type, there are no auto complete and auto imports.
For example,
I'm using webstorm, if another ide support this, then I am be willing to change IDE.
Please help me.
Beta Was this translation helpful? Give feedback.
All reactions