JuliaDT icon indicating copy to clipboard operation
JuliaDT copied to clipboard

Lack of Tab Completion at Eclipse REPL

Open ranjanan opened this issue 9 years ago • 5 comments

It would be nice if there were tab completion at the Eclipse REPL. It would allow for autocompletion as well as LateX support

ranjanan avatar Mar 21 '16 12:03 ranjanan

This is going to be low priority.

aviks avatar Mar 26 '16 20:03 aviks

Apart from the Eclipse REPL, it would be nice to have tab completion in the Eclipse text editor too for julia files.

papamarkou avatar Apr 05 '16 15:04 papamarkou

@MikeInnes Does Atom have correctly scoped tab completion?

ViralBShah avatar Apr 05 '16 16:04 ViralBShah

@aviks @snefru Can we do tab completion of all the stuff in Base or something along those lines?

ViralBShah avatar Apr 05 '16 16:04 ViralBShah

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.

MikeInnes avatar Apr 11 '16 09:04 MikeInnes