Procházet zdrojové kódy

Remove smart resolve from readme (#873)

HolonProduction před 1 měsícem
rodič
revize
4bca5d71a6
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  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?
 ### 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.
   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?
 ### Can Godot/VSCode load in my script changes automatically instead of showing a confirmation window?