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
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