Autocomplete on aliases supported?
When attempting to autocomplete an alias columns osqueri will give an error
On the process alias in this example when attempting to expand out the name column will give the following error
select p. from processes as p;
Error: near "from": syntax error
Having the autocompletion would be useful in complex queries