TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why has no one made an IDE add-on that auto queries StackOverflow?

3 pointsby warrenm6 days ago

3 comments

toomuchtodo6 days ago
If generative AI coding assistant models were trained on StackOverflow, they already are using that data to autocomplete via inference.
krupan6 days ago
How would that work? You'd type your question as a code comment maybe, and the IDE would do a Google search for you?
PaulHoule6 days ago
There&#x27;s nothing automatic about StackOverflow.<p>StackOverflow suffered from the &quot;benign neglect&quot; variation of &quot;enshittification&quot; -- once they had a social game that people would play they did not attempt any kind of continuous improvement. Looking for answers involves:<p>1. Parsing a wordy question by a highly confused author to determine if their problem is really related to your problem.<p>2. Finding the accepted answer on top with 80+ upvotes and 10 comments that say &quot;NOOOOOOOO! This is wrong!&quot;<p>3. If it&#x27;s Python the examples all look like<p><pre><code> print x </code></pre> and can&#x27;t be cut and pasted into your Python 3 console.<p>In all the quality is atrocious and I think it&#x27;s a better use of your time to read the manuals over and over again until you can find answers in the manual.
评论 #43915879 未加载