I'm writing bindings to V8 for the R programming language and I would like to add autocomplete. I know how to do the front-end part (readline + tab) but I'm having a hard time understanding how to implement the V8 side.
What is the best way to query for variables/symbols accessible from the global scope that match a particular pattern/substring? It should be smart enough to understand that a pattern like 'foo.b' has to list the keys in 'foo' that start with 'b'? Is there an example or existing implementation that I can borrow from? -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
