-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
bloop completer #2597
Comments
Added an initial version, but the documentation is quite lacking so it still needs some work. Also can't add completion for projects and such at the moment as I don't have a project to test with. bloop autocomplete --format fish --mode projects 2> /dev/null
bloop autocomplete --format fish --mode commands 2> /dev/null
bloop autocomplete --format fish --mode reporters 2> /dev/null
bloop autocomplete --format fish --mode protocols 2> /dev/null see https://github.com/scalacenter/bloop/releases/download/v2.0.5/fish-completions |
@rsteube Thanks, here's an example project: https://github.com/igor-ramazanov/bloop-example-project. |
I think I'm doing sth. wrong: root@ac63f77e3fcd:/tmp# cd bloop-example-project/
root@ac63f77e3fcd:/tmp/bloop-example-project# sbt bloopInstall
# ...
[error] Not a valid command: bloopInstall
[error] Not a valid project ID: bloopInstall
[error] Expected ':'
[error] Not a valid key: bloopInstall
[error] bloopInstall
[error] ^
root@ac63f77e3fcd:/tmp/bloop-example-project# |
Ok this was missing in addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.5") |
@rsteube Oh, yeah, forgot to add it. Done |
Command
bloop
Description
Bloop is a build server and CLI tool for the Scala programming language developed by the Scala Center.
Homepage
https://scalacenter.github.io/bloop/
Documentation
https://scalacenter.github.io/bloop/docs/cli/reference
Repository
https://github.com/scalacenter/bloop
Complexity
M
Anything else?
It already provides completions for
bash
/zsh
/fish
.But would be nice to have something
carapace
native.Polar
The text was updated successfully, but these errors were encountered: