Packages

p

scala.meta.internal

decorations

package decorations

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait DecorationClient extends AnyRef
  2. case class DecorationOptions(range: org.eclipse.lsp4j.Range, hoverMessage: MarkupContent = null, renderOptions: ThemableDecorationInstanceRenderOptions = null) extends Product with Serializable
  3. case class PublishDecorationsParams(uri: String, options: Array[DecorationOptions]) extends Product with Serializable
  4. final class SyntheticsDecorationProvider extends AnyRef
  5. case class ThemableDecorationAttachmentRenderOptions(contentText: String = null, contentIconPath: String = null, border: String = null, borderColor: String = null, fontStyle: String = null, fontWeight: String = null, textDecoration: String = null, color: String = null, backgroundColor: String = null, margin: String = null, width: String = null, height: String = null, opacity: java.lang.Double = null, light: ThemableDecorationAttachmentRenderOptions = null, dark: ThemableDecorationAttachmentRenderOptions = null) extends Product with Serializable
  6. case class ThemableDecorationInstanceRenderOptions(before: ThemableDecorationAttachmentRenderOptions = null, after: ThemableDecorationAttachmentRenderOptions = null, light: ThemableDecorationInstanceRenderOptions = null, dark: ThemableDecorationInstanceRenderOptions = null) extends Product with Serializable

Value Members

  1. object SemanticdbTreePrinter

Ungrouped