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 hints should filter out unlikely matches #5993

@dangoor

Description

@dangoor

This was suggested on IRC: document.g shouldn't show things like height. JS code hints use the StringMatch algorithm. StringMatch needs to match things across a whole path, whereas code hints are really only matching the equivalent of a single "segment" of a path. Because of this, it's reasonable to expect that the first letter should always be a match.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions