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.
In a js file type $("a"). and you will get hints start with "add", "addBack" and etc.
Use backspace to delete everything except $.
Type a dot after $.
Result: You still see the same jQuery function list from step 1.
Expected: Should display static methods instead of instance methods. If you delete everything in step 2 and retype $. in step 3, then you see the correct list of static methods and properties.
The text was updated successfully, but these errors were encountered:
Either this is a bug in our code or this is a bug that has been fixed in a more recent Tern than we currently have because this problem reproduces in current Brackets master but not in the Tern demo page.
$("a").
and you will get hints start with "add", "addBack" and etc.Result: You still see the same jQuery function list from step 1.
Expected: Should display static methods instead of instance methods. If you delete everything in step 2 and retype
$.
in step 3, then you see the correct list of static methods and properties.The text was updated successfully, but these errors were encountered: