This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
make jump to definition response faster (on large JS file) #4066
Open
Description
I tried jump to definition for ember.js(copy/paste from https://raw.github.com/tastejs/todomvc/gh-pages/architecture-examples/emberjs/bower_components/ember/ember.js) on Ember.runLoadHooks()(line 21466):
Ember.runLoadHooks('Ember.Handlebars', Ember.Handlebars);
it takes about more than 6 seconds to find the definition on my mac(first time takes longer). code hint returns quickly, so I think we should response "jump to definition" a little fast.