TextDocumentSyncOptions

sbt.internal.langserver.TextDocumentSyncOptions
See theTextDocumentSyncOptions companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(openClose: Option[Boolean], change: Option[Long], willSave: Option[Boolean], willSaveWaitUntil: Option[Boolean], save: Option[SaveOptions]): TextDocumentSyncOptions
def apply(openClose: Boolean, change: Long, willSave: Boolean, willSaveWaitUntil: Boolean, save: SaveOptions): TextDocumentSyncOptions