Skip to content

Commit 4bca5d7

Browse files
Remove smart resolve from readme (#873)
1 parent 4b41776 commit 4bca5d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,9 @@ see [CONTRIBUTING.md](CONTRIBUTING.md)
209209

210210
### Why isn't IntelliSense displaying script members?
211211

212-
- GDScript is a dynamically typed script language. The language server can't
212+
- GDScript is a gradually typed script language. The language server can't
213213
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**.
214+
- To increase the number of results displayed, use static typing in your scripts.
216215

217216
### Can Godot/VSCode load in my script changes automatically instead of showing a confirmation window?
218217

0 commit comments

Comments
 (0)