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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's your 'impossible' developer workflow wish?

5 点作者 namanyayg5 个月前
Been thinking about developer productivity and wondering: What&#x27;s your dream IDE feature that seems impossible with current tech but you wish existed?<p>Mine would be: &quot;Show me everywhere this API is used incorrectly across the entire codebase&quot;, current tools can find syntax errors but can&#x27;t identify logical misuse.<p>Curious what capabilities would transform your workflow if technical limitations weren&#x27;t a factor.

4 条评论

solardev5 个月前
I want Visual Studio &#x2F; Winforms style drag-and-drop WYSIWYG page building for React. Have a bunch of widgets to choose from (from a UI kit like MUI), position them on the page, edit their properties and events right in the GUI, and have it produce functional code that I can further tweak.<p>I know there&#x27;s often this weird mentality that WYSIWYG editors are for noobs, but I don&#x27;t mind. They have their place. I love visual UI work. Dreamweaver was helpful for its time. Figma is great but doesn&#x27;t produce functional components.
dtagames5 个月前
Describe a feature visually in words or sketches and get back CSS that works.
mulmboy5 个月前
Not adding to the discussion but couldn&#x27;t help myself<p>&gt; Show me everywhere this API is used incorrectly across the entire codebase<p>This is possible these days with (you guessed it) LLMS, likely with RAG. In fact I&#x27;ve made MCPunk <a href="https:&#x2F;&#x2F;github.com&#x2F;jurasofish&#x2F;mcpunk">https:&#x2F;&#x2F;github.com&#x2F;jurasofish&#x2F;mcpunk</a> with exactly this in mind. There&#x27;s a nack to wielding it effectively (bullying the LLM just right, feeling when it&#x27;s bullshitting, etc) but it feels like this kind of capability will soon be commoditised. Super handy for code review like &quot;Hey pal are the changes in the currently checked out branch logically consistent with the rest of the codebase&quot;
评论 #42539813 未加载
bvrmn5 个月前
&quot;Make colleagues to review a PR&quot;.