Skip to content
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.

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

Description

@jodyzhang

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions