<methodname="didDeleteFiles"deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">
<returntype="void"/>
<paramindex="0"name="params"type="Dictionary"/>
<description>
</description>
</method>
<methodname="generate_script_api">
<returntype="Dictionary"/>
<paramindex="0"name="path"type="String"/>
<description>
Returns the interface of the script in a machine-readable format.
</description>
</method>
<methodname="get_file_path">
<returntype="String"/>
<paramindex="0"name="uri"type="String"/>
<description>
Converts a URI to a file path.
</description>
</method>
<methodname="get_file_uri"qualifiers="const">
<returntype="String"/>
<paramindex="0"name="path"type="String"/>
<description>
Converts a file path to a URI.
</description>
</method>
<methodname="parse_local_script"deprecated="Might result in unwanted side effects for connected clients.">
<returntype="int"enum="Error"/>
<paramindex="0"name="path"type="String"/>
<description>
</description>
</method>
<methodname="parse_script"deprecated="Might result in unwanted side effects for connected clients.">
<returntype="int"enum="Error"/>
<paramindex="0"name="path"type="String"/>
<paramindex="1"name="content"type="String"/>
<description>
</description>
</method>
<methodname="publish_diagnostics"deprecated="Might result in unwanted side effects for connected clients.">