Kaynağa Gözat

Remove smart resolve from readme (#873)

HolonProduction 1 ay önce
ebeveyn
işleme
4bca5d71a6
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. 2 3
      README.md

+ 2 - 3
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?