The button (settings).
The new status bar item.
Calculates the bearing between two locations.
The latitude of the 1st location.
The longitude of the 1st location.
The latitude of the 2nd location.
The longitude of the 2nd location.
The bearing, in degree.
Creates the extension's folder in the home directory, if it does not exist.
The promise that indicates if directory has been created or not.
Creates the extension's folder in the home directory, if it does not exist (synchronously).
Indicates if directory has been created or not.
Checks if a conditional object does match items condition.
The object to check.
Matches condition or not.
Checks if a platform object does match the (current) platform.
The object to check.
Matches condition or not.
Converts an error value to a string.
The error.
The error as string.
Escapes a value for handling as safe Markdown text.
The input value.
The escaped value.
Executes the code in 'onEditorChanged' of an object.
One or more objects.
Filters "conditional" items.
The objects to check.
The filtered items.
Filters "platform" items.
The objects to check.
The filtered items.
Returns the (possible path) of the extension's global apps sub folder.
The path of the extension's global apps sub folder.
Returns the (possible path) of the extension's sub folder inside the home directory.
The path of the extension's sub folder inside the home directory.
Gets the initial state value from an object.
The object with the value.
The initial state value.
Imports values to an object.
The object where to import the values in.
The function that provides the value instances.
The object that contains the imported values.
Checks if an object is visible for an active editor.
The object to check.
Is visible or not.
Loads a module from a script.
The path to the script.
The loaded module.
Imports a module from the extension's context.
The ID of the module.
The module.
Shows an error message.
The message to show.
The promise with the result.
Converts a button to a button object, which can be used in code.
The input object.
The output object.
Converts radian to degree.
The value, in radian.
The value, in degree.
Updates a command script arguments object by an execution context.
The script arguments.
The execution context.
Generated using TypeDoc
Builds a button for the status bar.