Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

autocomplete ordering #67

Description

@acornejo

When autocompleting on objects, flow will show all possible options in alphabetical ordering.

Most of the times users are interested in the properties they defined on the object and not ALL existing properties. It would be useful to sort these to reflect this.

For example, considering the following object:

type Action = {type: string, payload: any}

If I autocomplete on this I probably want type or payload, but flow will present me with hasOwnProperty, isPrototypeOf, etc.. and type will be one of the last available options (sorted alphabetically).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions