Path: blob/master/modules/gdscript/doc_classes/GDScriptTextDocument.xml
46004 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="GDScriptTextDocument" inherits="RefCounted" api_type="editor" deprecated="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">2<brief_description>3Document related language server functionality.4</brief_description>5<description>6Provides language server functionality related to documents.7</description>8<tutorials>9</tutorials>10<methods>11<method name="codeLens" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">12<return type="Array" />13<param index="0" name="params" type="Dictionary" />14<description>15</description>16</method>17<method name="colorPresentation" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">18<return type="Array" />19<param index="0" name="params" type="Dictionary" />20<description>21</description>22</method>23<method name="completion" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">24<return type="Array" />25<param index="0" name="params" type="Dictionary" />26<description>27</description>28</method>29<method name="declaration" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">30<return type="Variant" />31<param index="0" name="params" type="Dictionary" />32<description>33</description>34</method>35<method name="definition" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">36<return type="Array" />37<param index="0" name="params" type="Dictionary" />38<description>39</description>40</method>41<method name="didChange" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">42<return type="void" />43<param index="0" name="params" type="Variant" />44<description>45</description>46</method>47<method name="didClose" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">48<return type="void" />49<param index="0" name="params" type="Variant" />50<description>51</description>52</method>53<method name="didOpen" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">54<return type="void" />55<param index="0" name="params" type="Variant" />56<description>57</description>58</method>59<method name="didSave" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">60<return type="void" />61<param index="0" name="params" type="Variant" />62<description>63</description>64</method>65<method name="documentLink" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">66<return type="Array" />67<param index="0" name="params" type="Dictionary" />68<description>69</description>70</method>71<method name="documentSymbol" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">72<return type="Array" />73<param index="0" name="params" type="Dictionary" />74<description>75</description>76</method>77<method name="foldingRange" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">78<return type="Array" />79<param index="0" name="params" type="Dictionary" />80<description>81</description>82</method>83<method name="hover" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">84<return type="Variant" />85<param index="0" name="params" type="Dictionary" />86<description>87</description>88</method>89<method name="nativeSymbol" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">90<return type="Variant" />91<param index="0" name="params" type="Dictionary" />92<description>93</description>94</method>95<method name="prepareRename" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">96<return type="Variant" />97<param index="0" name="params" type="Dictionary" />98<description>99</description>100</method>101<method name="references" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">102<return type="Array" />103<param index="0" name="params" type="Dictionary" />104<description>105</description>106</method>107<method name="rename" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">108<return type="Dictionary" />109<param index="0" name="params" type="Dictionary" />110<description>111</description>112</method>113<method name="resolve" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">114<return type="Dictionary" />115<param index="0" name="params" type="Dictionary" />116<description>117</description>118</method>119<method name="show_native_symbol_in_editor" deprecated="Use [method ScriptEditor.goto_help] instead.">120<return type="void" />121<param index="0" name="symbol_id" type="String" />122<description>123</description>124</method>125<method name="signatureHelp" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">126<return type="Variant" />127<param index="0" name="params" type="Dictionary" />128<description>129</description>130</method>131<method name="willSaveWaitUntil" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">132<return type="void" />133<param index="0" name="params" type="Variant" />134<description>135</description>136</method>137</methods>138</class>139140141