PresentationCompilerConfigImpl

scalafix.internal.pc.PresentationCompilerConfigImpl
case class PresentationCompilerConfigImpl(debug: Boolean, parameterHintsCommand: Optional[String], completionCommand: Optional[String], symbolPrefixes: Map[String, String], overrideDefFormat: OverrideDefFormat, isCompletionItemDetailEnabled: Boolean, isCompletionItemDocumentationEnabled: Boolean, isHoverDocumentationEnabled: Boolean, snippetAutoIndent: Boolean, isSignatureHelpDocumentationEnabled: Boolean, isCompletionSnippetsEnabled: Boolean, isCompletionItemResolve: Boolean, isStripMarginOnTypeFormattingEnabled: Boolean, timeoutDelay: Long, timeoutUnit: TimeUnit, semanticdbCompilerOptions: List[String]) extends PresentationCompilerConfig

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PresentationCompilerConfig
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Definition Classes
PresentationCompilerConfig

Inherited methods

def hoverContentType(): ContentType

Attributes

Inherited from:
PresentationCompilerConfig

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product