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.

JQuery source explorer

24 pointsby davidblairover 15 years ago

2 comments

zakjover 15 years ago
While this is a beautiful interface, I often read things like "traversing a long source file trying to look for a specific method’s implementation" or "sick and tired of having to scroll through a raw copy of jQuery..." and am confused. Why don't more people use their text editors' search functionality to find a specific piece of code? I never find myself scrolling through long source files.
评论 #1092068 未加载
utku_karatas2over 15 years ago
Ideally one could use a proper IDE for this purpose but then OP has touched a good point; and IDE higlighting the calls of methods those are declared in the module would really help in understanding the source. I'm definitely stealing this! Thanks.