luontola / idea-sbt-plugin

IntelliJ IDEA plugin for integration with SBT (Simple Build Tool) in order to compile Scala projects easily and quickly [UNMAINTAINED]
http://plugins.intellij.net/plugin/?idea&id=5007
Apache License 2.0
178 stars 28 forks source link

Support completion in console #33

Open OlegYch opened 13 years ago

OlegYch commented 13 years ago

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.

retronym commented 12 years ago

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.