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.

Code hinting should sort by scope #3534

@dangoor

Description

@dangoor

Steps to reproduce:

  1. Open StringMatch.js
  2. Put the cursor in StringMatcher.prototype.match (I used the top of the function)
  3. Type "st"

Expected:

  • str on top followed by stringMatch and StringMatcher.

Actual:

  • str on top, followed by String followed by stringMatch and StringMatcher

Globals and keywords should always be lower than the others.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions