JuliaDT
JuliaDT copied to clipboard
Lack of Tab Completion at Eclipse REPL
It would be nice if there were tab completion at the Eclipse REPL. It would allow for autocompletion as well as LateX support
This is going to be low priority.
Apart from the Eclipse REPL, it would be nice to have tab completion in the Eclipse text editor too for julia files.
@MikeInnes Does Atom have correctly scoped tab completion?
@aviks @snefru Can we do tab completion of all the stuff in Base or something along those lines?
Yes, if you're referring to module scoping. e.g. typing while inside module Foo gets you functions defined in Base + Foo, and typing Foo. gives you completions defined in Foo only.