object Mode
The kind of items that should be returned for autocompletion
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Mode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- implicit val completionModeRead: ArgParser[Mode]
- val modes: List[Mode]
-
object
Commands extends Mode with Product with Serializable
Query autocompletion of commands
-
object
Flags extends Mode with Product with Serializable
Query autocompletion of command flags
-
object
MainsFQCN extends Mode with Product with Serializable
Query autocompletion of main classes
-
object
ProjectBoundCommands extends Mode with Product with Serializable
Query autocompletion of project-bound commands
-
object
Projects extends Mode with Product with Serializable
Query autocompletion of project names
-
object
Protocols extends Mode with Product with Serializable
Query communication protocols supported by BSP
-
object
Reporters extends Mode with Product with Serializable
Query supported error reporters
-
object
TestsFQCN extends Mode with Product with Serializable
Query autocompletion of test names