-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add monorepo support: Right now schematics are not showing up under "New..." #2
Comments
is there a |
There's a |
ahh! You have a monorepo of npm workspaces. interesting. It definitely does not handle the npm monorepo workspaces. Just to test, can you try creating an empty |
Yes indeed, if I copy the file to the root directory, the plugin works as intended |
The same here. I have a nestjs / angular monorepo structured like this:
|
@radoslawkoziol - Thank you for the additional context. |
@dinbtechit Any updates on this? Can we expect the fix? ;) |
@radoslawkoziol - sorry for the delay... I haven't much bandwidth to work on this. But I'll look into this over the weekend. |
I think the easiest way to solve this issue would be to make the path to the |
I guess that's definitely one way of solving the problem but some projects don't even have a |
Well, so parsing package.json and looking there for nest.js could be another way |
And, as I understand, the plugin looks for |
Yes, that's what I meant. My root level project is just a meta repo full of submodules that contain all the things. So I don't think knowing the specific directory structure would be helpful since everyone's directory structures will be different. But for the record, my nest project is located at I kind of wonder how beneficial it actually is to not fully load the plugin when it doesn't find a nest project. I doubt it makes much of a difference performance-wise anyway (vs removing the check and always loading the plugin) |
I think it's not about the performance, but just not to have nest-related things in a non-nest project. Anyway, fixing it shouldn't be difficult. |
Fixed in v0.0.3 |
Question:
After installing the plugin from the marketplace and restarting the IDE, the NestJs Schematics are not showing up in the "New..." context menu. Are there any prerequisites I'm missing?
Platform & Language Details:
PhpStorm 2023.3.2
The text was updated successfully, but these errors were encountered: