You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: