Editor0.27.0
class Editor
Properties
-
linkurlScheme: String
The URL scheme for opening files in this editor. The following placeholders are supported:
%{url}
file URL of the file to open%{path}
absolute file path of the file to open%{line}
start line number to navigate to%{endLine}
end line number to navigate to%{column}
start column number to navigate to%{endColumn}
end column number to navigate to
An editor for viewing and editing Pkl files.