View source
typedef DidSaveTextDocumentParams
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
The parameters send in a save text document notification
Fields
optionaltext:Null<String>
Optional the content when saved. Depends on the includeText
value when the save notifcation was requested.