It would be really cool if idea was able to support completion in sbt console.
Perhaps it would be eaiser to split the console view in two panes - one for input and one for output.
Looks like this is the way it's implemented in pycharm and rubymine http://blogs.jetbrains.com/pycharm/2010/03/repl-console-completion/ .
You can CTRL-SPACE now for a small, static list of task names. I'd still like to take this further and query SBT for the completions in a context-sensitive way.
It would be really cool if idea was able to support completion in sbt console. Perhaps it would be eaiser to split the console view in two panes - one for input and one for output. Looks like this is the way it's implemented in pycharm and rubymine http://blogs.jetbrains.com/pycharm/2010/03/repl-console-completion/ .
Thanks, Oleg.