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

max-file-count in preference setting takes less files to be processed for hints #4195

Open
jodyzhang opened this issue Jun 11, 2013 · 3 comments

Comments

@jodyzhang
Copy link
Contributor

1.open folder brackets/src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files into brackets
2.open .jscodehints, set max-file-count=4, reload brackets
3.check code hint for app.js: app.
->there are two hints:a,d, so it means it only finds a from a/a.js(since d is from the same line).
you can try max-file-count=2(so no hint).

Expect:
more hints(so more files less <4 should be processed) in this case.

@ghost ghost assigned dloverin Jun 13, 2013
@njx
Copy link
Contributor

njx commented Jun 13, 2013

To @dloverin for prioritization and assignment.

@redmunds
Copy link
Contributor

Was assigned to tern team, so marking "Needs Review".

@pthiess
Copy link
Contributor

pthiess commented Apr 1, 2014

@dangoor for investigation.

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

6 participants