From 4bca5d71a6036fa50dc56d00360bc15551c8adc5 Mon Sep 17 00:00:00 2001 From: HolonProduction Date: Mon, 16 Jun 2025 17:31:28 +0200 Subject: [PATCH] Remove smart resolve from readme (#873) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf3fb6b..b48c48c 100644 --- a/README.md +++ b/README.md @@ -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?