We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b41776 commit 4bca5d7Copy full SHA for 4bca5d7
README.md
@@ -209,10 +209,9 @@ see [CONTRIBUTING.md](CONTRIBUTING.md)
209
210
### Why isn't IntelliSense displaying script members?
211
212
-- GDScript is a dynamically typed script language. The language server can't
+- GDScript is a gradually typed script language. The language server can't
213
infer all variable types.
214
-- To increase the number of results displayed, open the **Editor Settings**,
215
- go to the **Language Server** section then check **Enable Smart Resolve**.
+- To increase the number of results displayed, use static typing in your scripts.
216
217
### Can Godot/VSCode load in my script changes automatically instead of showing a confirmation window?
218
0 commit comments