FormatTool

Undocumented in source.

Members

Functions

formatting
TextEdit[] formatting(Uri uri, FormattingOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
onTypeFormatting
TextEdit[] onTypeFormatting(Uri uri, Position position, FormattingOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
rangeFormatting
TextEdit[] rangeFormatting(Uri uri, Range range, FormattingOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

instance
FormatTool instance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Tool

workspacesUris
Uri[] workspacesUris [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
updateConfig
void updateConfig(Uri uri, JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
removeConfig
void removeConfig(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
getConfig
Configuration getConfig(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
addConfigHook
void addConfigHook(string name, Hook hook)
Undocumented in source. Be warned that the author may not have intended to support it.
removeConfigHook
void removeConfigHook(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source.
shutdown
void shutdown()
Undocumented in source.
instance
T instance [@property getter]
Undocumented in source.

Meta