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.

Jump to definition is available on GitHub (Beta)

61 pointsby talal7860almost 6 years ago

4 comments

taninalmost 6 years ago
Shameless plug: I&#x27;m building lilit.dev, which is a &quot;true&quot; Java code intelligence on browser (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20228115" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20228115</a>).<p>It&#x27;s true in the sense that the features like jump-to-definition&#x2F;find-usage are accurate. This is especially important around overloaded methods and parameterized types.<p>A few days back, we recently launched parameter hints (blog: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20320481" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20320481</a>) and type info (tweet: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;tanin&#x2F;status&#x2F;1145502393708081152" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;tanin&#x2F;status&#x2F;1145502393708081152</a>).<p>We&#x27;re looking for private beta users. Please let us know if anyone is interested :)
guessmynamealmost 6 years ago
EDIT: dupe — <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20109840" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20109840</a><p>---<p>I wonder why this feature hasn’t attracted much attention:<p><pre><code> 21 days ago | 1 points | https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20170908 20 days ago | 4 points | https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20174715 19 days ago | 2 points | https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20183253 18 days ago | 2 points | https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20193151 15 days ago | 2 points | https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20216782 14 days ago | 2 points | https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20227589 2 days ago | 1 points | https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20327128 3 hours ago | 12 points | https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20348641 </code></pre> We will see again when it is out of beta.
评论 #20350353 未加载
Existenceblinksalmost 6 years ago
Not sure if it&#x27;s only me. I have not ever used jump-to-definition feature on my editor. 95% of the time I just use search. But in case of Github web, it makes sense because their search feature isn&#x27;t on par with local text editors.
评论 #20355588 未加载
评论 #20355293 未加载
评论 #20351614 未加载
nosefrogalmost 6 years ago
Very cool! I wonder why they wrote their own source code analyzer instead of building off of the language servers that already exist: <a href="https:&#x2F;&#x2F;langserver.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;langserver.org&#x2F;</a>
评论 #20350735 未加载