mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Remove smart resolve from readme (#873)
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user