Packages

object Mode

The kind of items that should be returned for autocompletion

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit val completionModeRead: ArgParser[Mode]
  2. val modes: List[Mode]
  3. object Commands extends Mode with Product with Serializable

    Query autocompletion of commands

  4. object Flags extends Mode with Product with Serializable

    Query autocompletion of command flags

  5. object MainsFQCN extends Mode with Product with Serializable

    Query autocompletion of main classes

  6. object ProjectBoundCommands extends Mode with Product with Serializable

    Query autocompletion of project-bound commands

  7. object Projects extends Mode with Product with Serializable

    Query autocompletion of project names

  8. object Protocols extends Mode with Product with Serializable

    Query communication protocols supported by BSP

  9. object Reporters extends Mode with Product with Serializable

    Query supported error reporters

  10. object TestsFQCN extends Mode with Product with Serializable

    Query autocompletion of test names