Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Order results by proximity #27

@flipsiderich

Description

@flipsiderich

Thanks for atom-inline-autocomplete. This may be more of a feature request than a bug.

In Komodo IDE, the 'suggestions' are based on proximity, so when you trigger the inline auto-complete, the options suggested to you are from matches going upwards through your file. This is very helpful as you can reliably know that you'll get the closest match again, e.g. when typing:

function myLongFunctionNameWhichIDontWantToRetype {
...
}

And then using auto-complete on the function name in the following:

var myVariable = myLongFunctionNameWhichIDontWantToRetype();

Currently with your Atom package, the order is harder to predict. I realise that this is from the auto-complete list which appears on screen, so may not be under your control.

Many thanks,
Richard.

Atom 1.2.4 on OS X 10.11.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions