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 bracket
2.check code hints for app.js file by putting a cursor at app.
->you will see code hints:a,b,c,d,b1
3.under the folder, create a module file called MyModule.js with contents:
4.create another js file under same directory called test.js with content:
5.reload the app.js and repeat step 1 for app. for code hint
->there is only d left for code hint.
Expect:
step 5, code hint should be same.
The text was updated successfully, but these errors were encountered: