Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Quick Open: Go to Definition provides no results in NativeFileSystem #1390

Closed
peterflynn opened this issue Aug 16, 2012 · 2 comments
Closed
Assignees
Milestone

Comments

@peterflynn
Copy link
Member

  1. Open NativeFileSystem.js
  2. Invoke 'Go to Definition' (Ctrl+T)

Result: Results list is empty. Typing part of a function name (e.g. "getMeta") still shows no results.

Expected: There are many lines of code of the form .prototype.foo = function (...) {, which should list all the "foo"s as results. Functions of this form work fine in other files like DocumentManager.

@ghost ghost assigned peterflynn Aug 21, 2012
@pthiess
Copy link
Contributor

pthiess commented Aug 21, 2012

Reviewed, assigned to Peter.

dangoor added a commit that referenced this issue Dec 21, 2012
* swapped the order of CollectionUtils.forEach callback arguments
  to match Underscore
* fixed a couple of out-of-date names in comment for
  findAllMatchingFunctionsInText
* added to spec/JSUtils-test-files/simple.js to test for the bug
@dangoor
Copy link
Contributor

dangoor commented Dec 21, 2012

This bug was fixed by pull request #2317

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants