it-is-wednesday / node-nrepl

2 stars 0 forks source link

Completions #6

Open it-is-wednesday opened 1 year ago

it-is-wednesday commented 1 year ago

I'd rather latch onto node's repl completions if I ever get to understand how to do that. If that fails, completing via Object.getOwnPropertyNames is also fine but sounds extremely hard

it-is-wednesday commented 1 year ago

so I think most of the work is done but the completion message sent by the server is weird, contains some sort of a weird set datatype or something. it doesn't look like the one generated by CIDER