ActionableDiagnostic

abstract class ActionableDiagnostic extends Diagnostic
Companion:
object
trait Diagnostic
class Object
trait Matchable
class Any

Value members

Abstract methods

def message: String

Provide the message of actionable diagnostic

Provide the message of actionable diagnostic

def positions: Seq[Position]
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

Concrete methods

override def relatedInformation: Option[RelatedInformation]
Definition Classes
Diagnostic
override def severity: Severity
Definition Classes
Diagnostic