Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support completion in console #33

Open
OlegYch opened this issue Apr 16, 2011 · 1 comment
Open

Support completion in console #33

OlegYch opened this issue Apr 16, 2011 · 1 comment
Labels

Comments

@OlegYch
Copy link

OlegYch commented Apr 16, 2011

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 added a commit that referenced this issue Nov 12, 2011
It's a bit of a kludge: the language is 'Plain Text'. But this seems like the path of least resistance. No autocompletion provided: that's a much bigger job.

Requires IDEA 11 (Nika), so bumping the version to 1.4.0-SNAPSHOT and branching
until I release 1.3.2 from master.

Update the release notes accordingly.

Fixes #42, References #33
retronym added a commit that referenced this issue Nov 24, 2011
It's a bit of a kludge: the language is 'Plain Text'. But this seems like the path of least resistance. No autocompletion provided: that's a much bigger job.

Requires IDEA 11 (Nika), so bumping the version to 1.4.0-SNAPSHOT and branching
until I release 1.3.2 from master.

Fixes #42, References #33
@retronym
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants