Ask HN: How do you handle monorepos in VSCode?

1 points by unkoman ↗ HN
What do you utilize to manage your monorepos in VSCode and at the same time have intellisense and so on working?

1 comment

[ 2.1 ms ] story [ 13.0 ms ] thread
https://nx.dev/ - quite nice for frontend development. Has plugins for e2e, has nice dependency graphs, automatic dependency rebuild, running something (eg. lint) only for affected projects.

There’s also https://monorepo.tools/ to compare different tools, but keep in mind it’s by same guys as nx