package decorations
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait DecorationClient extends AnyRef
- case class DecorationOptions(range: org.eclipse.lsp4j.Range, hoverMessage: MarkupContent = null, renderOptions: ThemableDecorationInstanceRenderOptions = null) extends Product with Serializable
- case class PublishDecorationsParams(uri: String, options: Array[DecorationOptions]) extends Product with Serializable
- final class SyntheticsDecorationProvider extends AnyRef
- 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
- case class ThemableDecorationInstanceRenderOptions(before: ThemableDecorationAttachmentRenderOptions = null, after: ThemableDecorationAttachmentRenderOptions = null, light: ThemableDecorationInstanceRenderOptions = null, dark: ThemableDecorationInstanceRenderOptions = null) extends Product with Serializable
Value Members
- object SemanticdbTreePrinter