Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/modules/gdscript/doc_classes/GDScriptTextDocument.xml
46004 views
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<class name="GDScriptTextDocument" inherits="RefCounted" api_type="editor" deprecated="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
3
<brief_description>
4
Document related language server functionality.
5
</brief_description>
6
<description>
7
Provides language server functionality related to documents.
8
</description>
9
<tutorials>
10
</tutorials>
11
<methods>
12
<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.">
13
<return type="Array" />
14
<param index="0" name="params" type="Dictionary" />
15
<description>
16
</description>
17
</method>
18
<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.">
19
<return type="Array" />
20
<param index="0" name="params" type="Dictionary" />
21
<description>
22
</description>
23
</method>
24
<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.">
25
<return type="Array" />
26
<param index="0" name="params" type="Dictionary" />
27
<description>
28
</description>
29
</method>
30
<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.">
31
<return type="Variant" />
32
<param index="0" name="params" type="Dictionary" />
33
<description>
34
</description>
35
</method>
36
<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.">
37
<return type="Array" />
38
<param index="0" name="params" type="Dictionary" />
39
<description>
40
</description>
41
</method>
42
<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.">
43
<return type="void" />
44
<param index="0" name="params" type="Variant" />
45
<description>
46
</description>
47
</method>
48
<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.">
49
<return type="void" />
50
<param index="0" name="params" type="Variant" />
51
<description>
52
</description>
53
</method>
54
<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.">
55
<return type="void" />
56
<param index="0" name="params" type="Variant" />
57
<description>
58
</description>
59
</method>
60
<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.">
61
<return type="void" />
62
<param index="0" name="params" type="Variant" />
63
<description>
64
</description>
65
</method>
66
<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.">
67
<return type="Array" />
68
<param index="0" name="params" type="Dictionary" />
69
<description>
70
</description>
71
</method>
72
<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.">
73
<return type="Array" />
74
<param index="0" name="params" type="Dictionary" />
75
<description>
76
</description>
77
</method>
78
<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.">
79
<return type="Array" />
80
<param index="0" name="params" type="Dictionary" />
81
<description>
82
</description>
83
</method>
84
<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.">
85
<return type="Variant" />
86
<param index="0" name="params" type="Dictionary" />
87
<description>
88
</description>
89
</method>
90
<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.">
91
<return type="Variant" />
92
<param index="0" name="params" type="Dictionary" />
93
<description>
94
</description>
95
</method>
96
<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.">
97
<return type="Variant" />
98
<param index="0" name="params" type="Dictionary" />
99
<description>
100
</description>
101
</method>
102
<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.">
103
<return type="Array" />
104
<param index="0" name="params" type="Dictionary" />
105
<description>
106
</description>
107
</method>
108
<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.">
109
<return type="Dictionary" />
110
<param index="0" name="params" type="Dictionary" />
111
<description>
112
</description>
113
</method>
114
<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.">
115
<return type="Dictionary" />
116
<param index="0" name="params" type="Dictionary" />
117
<description>
118
</description>
119
</method>
120
<method name="show_native_symbol_in_editor" deprecated="Use [method ScriptEditor.goto_help] instead.">
121
<return type="void" />
122
<param index="0" name="symbol_id" type="String" />
123
<description>
124
</description>
125
</method>
126
<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.">
127
<return type="Variant" />
128
<param index="0" name="params" type="Dictionary" />
129
<description>
130
</description>
131
</method>
132
<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.">
133
<return type="void" />
134
<param index="0" name="params" type="Variant" />
135
<description>
136
</description>
137
</method>
138
</methods>
139
</class>
140
141