Remove smart resolve from readme (#873)

This commit is contained in:
HolonProduction
2025-06-16 17:31:28 +02:00
committed by GitHub
parent 4b41776b16
commit 4bca5d71a6

View File

@@ -209,10 +209,9 @@ see [CONTRIBUTING.md](CONTRIBUTING.md)
### Why isn't IntelliSense displaying script members?
- GDScript is a dynamically typed script language. The language server can't
- GDScript is a gradually typed script language. The language server can't
infer all variable types.
- To increase the number of results displayed, open the **Editor Settings**,
go to the **Language Server** section then check **Enable Smart Resolve**.
- To increase the number of results displayed, use static typing in your scripts.
### Can Godot/VSCode load in my script changes automatically instead of showing a confirmation window?