Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
org.dartlang.analysis.server.protocol.CompletionMode Class Reference

Static Public Attributes

static final String BASIC = "BASIC"
 
static final String SMART = "SMART"
 

Detailed Description

An enumeration of the kinds of code completion that users can invoke.

@coverage dart.server.generated.types

Definition at line 16 of file CompletionMode.java.

Member Data Documentation

◆ BASIC

final String org.dartlang.analysis.server.protocol.CompletionMode.BASIC = "BASIC"
static

Basic code completion invocation type, and the default for this enumeration.

Definition at line 21 of file CompletionMode.java.

◆ SMART

final String org.dartlang.analysis.server.protocol.CompletionMode.SMART = "SMART"
static

Smart code completion, currently not implemented.

Definition at line 26 of file CompletionMode.java.


The documentation for this class was generated from the following file: