object CodeActionKind extends Enumeration with Product with Serializable
A set of predefined code action kinds.
- Alphabetic
- By Inheritance
- CodeActionKind
- Product
- Equals
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type CodeActionKind = Value
-
class
Val extends Value with Serializable
- Attributes
- protected
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
-
abstract
class
Value extends Ordered[Value] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
-
class
ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
- Definition Classes
- Enumeration
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
Empty: CodeActionKind
Empty kind.
-
val
QuickFix: CodeActionKind
Base kind for quickfix actions: 'quickfix'.
-
val
Refactor: CodeActionKind
Base kind for refactoring actions: 'refactor'.
-
val
RefactorExtract: CodeActionKind
Base kind for refactoring extraction actions: 'refactor.extract'.
Base kind for refactoring extraction actions: 'refactor.extract'.
Example extract actions:
- Extract method - Extract function - Extract variable - Extract interface from class - ...
-
val
RefactorInline: CodeActionKind
Base kind for refactoring inline actions: 'refactor.inline'.
Base kind for refactoring inline actions: 'refactor.inline'.
Example inline actions:
- Inline function - Inline variable - Inline constant - ...
-
val
RefactorRewrite: CodeActionKind
Base kind for refactoring rewrite actions: 'refactor.rewrite'.
Base kind for refactoring rewrite actions: 'refactor.rewrite'.
Example rewrite actions:
- Convert JavaScript function to class - Add or remove parameter - Encapsulate field - Make method static - Move method to base class - ...
-
val
Source: CodeActionKind
Base kind for source actions:
source.Base kind for source actions:
source.Source code actions apply to the entire file.
-
val
SourceOrganizeImports: CodeActionKind
Base kind for an organize imports source action:
source.organizeImports. -
val
Test: CodeActionKind
Base kind for Test functionality (should not be asked in production by the client)
-
final
def
Value(i: Int, name: String): Value
- Attributes
- protected
- Definition Classes
- Enumeration
-
final
def
Value(name: String): Value
- Attributes
- protected
- Definition Classes
- Enumeration
-
final
def
Value(i: Int): Value
- Attributes
- protected
- Definition Classes
- Enumeration
-
final
def
Value: Value
- Attributes
- protected
- Definition Classes
- Enumeration
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
var
nextId: Int
- Attributes
- protected
- Definition Classes
- Enumeration
-
var
nextName: Iterator[String]
- Attributes
- protected
- Definition Classes
- Enumeration
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
readResolve(): AnyRef
- Attributes
- protected
- Definition Classes
- Enumeration
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration