Closed jodyzhang closed 11 years ago
Looks like this only happens in HTML files. Edited description to reflect this.
Reviewed. Marking low priority, to @eztierney.
@jodyzhang I'm unable to reproduce this with the latest brackets - maybe it's been fixed?
I can't get quick editor showing up on foo() in this case, I assume they change functionality?
Oh, oops, I was doing jump-to-def.
Yeah, I don't see quick edit working anyways - I'd think it would since jump-to-def works.
Actually, the jump-to-definition part is working, but then it feeds the resulting filename to the old QuickEdit code in order to get the desired function location better than Tern does. The QuickEdit solution -- JSUtils.findMatchingFunctions -- strips out files that don't have .js extensions.
I'll fix it.
FBNC @jodyzhang
verified, now it finds local method, closed it.
function fo<cursor>o
, press command +E ->first it is slow, not showing up till try command+E couple times, then editor shows up, but it doesn't check function defined in current scope, instead it finds out quite lists(guess it searches, then returns list of suggestion).However in this case, it should be simple detection, can we do better?