vgvassilev / cling

The interactive C++ interpreter Cling
https://rawgit.com/vgvassilev/cling/master/www/index.html
Other
1.77k stars 100 forks source link

Code Completion in Jupyter? #129

Open dabro opened 7 years ago

dabro commented 7 years ago

Would be nice to be able to tab/^G complete in Jupyter notebook--ie be able to access the Cling autocompletion.

I'd be willing to work it, if someone could take the time to give me a guided tour. I don't have the time to bumble around :(

vgvassilev commented 7 years ago

Great. Maybe you should start looking into cling::Interpreter::codeComplete. This is the interface you will have to query most of the time.

SylvainCorlay commented 7 years ago

@vgvassilev we have work in progress on that but this would require the cling package to get in :)

ThatAIGeek commented 7 years ago

is there any progress in this direction?