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.

[js code hints] Incorrect jQuery hints when switching to a $. from $(something). #3685

@RaymondLim

Description

@RaymondLim
  1. In a js file type $("a"). and you will get hints start with "add", "addBack" and etc.
  2. Use backspace to delete everything except $.
  3. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions