I’ve noticed that too. As far as I know, there isn’t currently a way to make the JS editor jump directly to the exact clicked line and it often opens from the top of the script instead. One thing that helps is splitting larger scripts into smaller files and using clear function names so search becomes easier. The search function and code folding can also make navigation a bit less frustrating while working on bigger projects.