ActionableDiagnostic

scala.build.actionable.ActionableDiagnostic
See theActionableDiagnostic companion object
abstract class ActionableDiagnostic extends Diagnostic

Attributes

Companion:
object
Graph
Supertypes
trait Diagnostic
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def suggestion: String

Provide the new content which will be replaced by actionable diagnostic

Provide the new content which will be replaced by actionable diagnostic

Attributes

Concrete methods

override def severity: Severity

Attributes

Definition Classes
Diagnostic
override def textEdit: Option[TextEdit]

Attributes

Definition Classes
Diagnostic

Inherited methods

def message: String

Attributes

Inherited from:
Diagnostic
def positions: Seq[Position]

Attributes

Inherited from:
Diagnostic