From 50ec706e25538dc00647e5635cfd483f9756de78 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 18 Oct 2011 15:20:04 -0400 Subject: [PATCH] mention that multiple "tab" presses add verbosity to completions --- Getting-Started/Getting-Started-Running.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Getting-Started/Getting-Started-Running.md b/Getting-Started/Getting-Started-Running.md index d76f6b0..a589525 100644 --- a/Getting-Started/Getting-Started-Running.md +++ b/Getting-Started/Getting-Started-Running.md @@ -84,6 +84,13 @@ Here are some of the most common sbt commands. For a more complete list, see [[F Reloads the build definition (`build.sbt`, `project/*.scala`, `project/*.sbt` files). Needed if you change the build definition. +## Tab completion + +Interactive mode has tab completion, including at an empty +prompt. A special sbt convention is that pressing tab once may +show only a subset of most likely completions, while pressing it +more times shows more verbose choices. + ## History Commands Interactive mode remembers history, even if you exit sbt and restart it.