TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you handle monorepos in VSCode?

1 点作者 unkoman超过 2 年前
What do you utilize to manage your monorepos in VSCode and at the same time have intellisense and so on working?

1 comment

red_Seashell_32超过 2 年前
<a href="https:&#x2F;&#x2F;nx.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nx.dev&#x2F;</a> - quite nice for frontend development. Has plugins for e2e, has nice dependency graphs, automatic dependency rebuild, running something (eg. lint) only for affected projects.<p>There’s also <a href="https:&#x2F;&#x2F;monorepo.tools&#x2F;" rel="nofollow">https:&#x2F;&#x2F;monorepo.tools&#x2F;</a> to compare different tools, but keep in mind it’s by same guys as nx