J
James Edward Gray II
Hi!
What about the IDE doing eval("a.methods")? Won't that cover the
general <expr>.<TAB> case?
But you need to execute the entire program right down to the line where
completion is requested for that eval() return anything useful. A
program could have many "a" variables. Executing the code is an
unrealistic requirement; way too many possible external dependancies.
James Edward Gray II