lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Geoff Smith <spammealot1@live.co.uk> writes:
>  myTable = {anotherLongVarName=1}
>  myTable.aLongVarName = 2
>
>  myTable.xxx
>
> Scite will prompt for myTable and at xxx it will prompt for either
> anotherLongVarName or aLongVarName

This seems pretty much impossible to support robustly with a highly
dynamic language like Lua...

One can see how it could work with this particular example, by
analyzing the local context, but I suspect that the _majority_ of
times you want such completion, the information simply isn't
available...

-miles

-- 
My spirit felt washed.  With blood.  [Eli Shin, on "The Passion of the Christ"]