Class

scala.meta.internal.pc

PresentationCompilerConfigImpl

Related Doc: package pc

Permalink

case class PresentationCompilerConfigImpl(debug: Boolean = false, _parameterHintsCommand: Option[String] = None, _completionCommand: Option[String] = None, _symbolPrefixes: Map[String, String] = ..., overrideDefFormat: OverrideDefFormat = OverrideDefFormat.Ascii, isCompletionItemDetailEnabled: Boolean = true, isCompletionItemDocumentationEnabled: Boolean = true, isHoverDocumentationEnabled: Boolean = true, snippetAutoIndent: Boolean = true, isFoldOnlyLines: Boolean = false, isSignatureHelpDocumentationEnabled: Boolean = true, isCompletionSnippetsEnabled: Boolean = true, isCompletionItemResolve: Boolean = true, _isStripMarginOnTypeFormattingEnabled: () ⇒ Boolean = () => true, timeoutDelay: Long = 20, timeoutUnit: TimeUnit = TimeUnit.SECONDS) extends PresentationCompilerConfig with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, PresentationCompilerConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PresentationCompilerConfigImpl
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PresentationCompilerConfig
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PresentationCompilerConfigImpl(debug: Boolean = false, _parameterHintsCommand: Option[String] = None, _completionCommand: Option[String] = None, _symbolPrefixes: Map[String, String] = ..., overrideDefFormat: OverrideDefFormat = OverrideDefFormat.Ascii, isCompletionItemDetailEnabled: Boolean = true, isCompletionItemDocumentationEnabled: Boolean = true, isHoverDocumentationEnabled: Boolean = true, snippetAutoIndent: Boolean = true, isFoldOnlyLines: Boolean = false, isSignatureHelpDocumentationEnabled: Boolean = true, isCompletionSnippetsEnabled: Boolean = true, isCompletionItemResolve: Boolean = true, _isStripMarginOnTypeFormattingEnabled: () ⇒ Boolean = () => true, timeoutDelay: Long = 20, timeoutUnit: TimeUnit = TimeUnit.SECONDS)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _completionCommand: Option[String]

    Permalink
  5. val _isStripMarginOnTypeFormattingEnabled: () ⇒ Boolean

    Permalink
  6. val _parameterHintsCommand: Option[String]

    Permalink
  7. val _symbolPrefixes: Map[String, String]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def completionCommand(): Optional[String]

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  11. val debug: Boolean

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. val isCompletionItemDetailEnabled: Boolean

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  16. val isCompletionItemDocumentationEnabled: Boolean

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  17. val isCompletionItemResolve: Boolean

    Permalink
  18. val isCompletionSnippetsEnabled: Boolean

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  19. val isFoldOnlyLines: Boolean

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  20. val isHoverDocumentationEnabled: Boolean

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val isSignatureHelpDocumentationEnabled: Boolean

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  23. def isStripMarginOnTypeFormattingEnabled(): Boolean

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. val overrideDefFormat: OverrideDefFormat

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  28. def parameterHintsCommand(): Optional[String]

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  29. val snippetAutoIndent: Boolean

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  30. def symbolPrefixes(): Map[String, String]

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. val timeoutDelay: Long

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  33. val timeoutUnit: TimeUnit

    Permalink
    Definition Classes
    PresentationCompilerConfigImpl → PresentationCompilerConfig
  34. def update(options: CompilerInitializationOptions): PresentationCompilerConfigImpl

    Permalink

    Used to update the compiler config after we recieve the InitializationOptions.

    Used to update the compiler config after we recieve the InitializationOptions. If the user sets a value in the InitializationOptions, then the value will be captures and set here. If not, we just resort back to the default that already exists.

  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from PresentationCompilerConfig

Inherited from AnyRef

Inherited from Any

Ungrouped