CodeAction

langoustine.lsp.structures.CodeAction
See theCodeAction companion class
object CodeAction

Attributes

Companion
class
Source
structures.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CodeAction.type

Members list

Type members

Classlikes

case class Disabled(reason: String)

Value parameters

reason

Human readable description of why the code action is currently disabled. This is displayed in the code actions UI.

Attributes

Companion
object
Source
structures.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Disabled

Attributes

Companion
class
Source
structures.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Disabled.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Givens

Inherited givens

given reader: Reader[CodeAction]

Attributes

Inherited from:
structures_CodeActionCodec (hidden)
Source
codecs.scala
given writer: Writer[CodeAction]

Attributes

Inherited from:
structures_CodeActionCodec (hidden)
Source
codecs.scala