case class TextDocumentSyncOptions(openClose: Option[Boolean] = None, change: Option[TextDocumentSyncKind] = None, willSave: Option[Boolean] = None, willSaveWaitUntil: Option[Boolean] = None, save: Option[SaveOptions] = None) extends Product with Serializable
- openClose
Open and close notifications are sent to the server.
- change
Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None.
- willSave
Will save notifications are sent to the server.
- willSaveWaitUntil
Will save wait until requests are sent to the server.
- save
Save notifications are sent to the server.
- Alphabetic
- By Inheritance
- TextDocumentSyncOptions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
TextDocumentSyncOptions(openClose: Option[Boolean] = None, change: Option[TextDocumentSyncKind] = None, willSave: Option[Boolean] = None, willSaveWaitUntil: Option[Boolean] = None, save: Option[SaveOptions] = None)
- openClose
Open and close notifications are sent to the server.
- change
Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None.
- willSave
Will save notifications are sent to the server.
- willSaveWaitUntil
Will save wait until requests are sent to the server.
- save
Save notifications are sent to the server.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val change: Option[TextDocumentSyncKind]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val openClose: Option[Boolean]
- val save: Option[SaveOptions]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val willSave: Option[Boolean]
- val willSaveWaitUntil: Option[Boolean]