dls v0.5.9 (2018-06-09T15:06:45Z)
Dub
Repo
FormatTool
dls
tools
format_tool
Undocumented in source.
class
FormatTool :
Tool
{
class
TextEdit
via
import
dls
.
protocol
.
definitions
:
TextEdit
;
;
import
dls
.
protocol
.
interfaces
:
FormattingOptions
;
;
class
Uri
via
import
dls
.
util
.
uri
:
Uri
;
;
TextEdit
[]
formatting
(Uri uri, FormattingOptions options);
}
Members
Functions
formatting
TextEdit
[]
formatting
(Uri uri, FormattingOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Tool
_configuration
Configuration
_configuration
;
Undocumented in source.
Meta
Source
See Implementation
dls
tools
format_tool
classes
FormatTool