GDScript: Fix autocompletion issues with nested types
This commit is contained in:
parent
4d1f26e1fd
commit
d4abc211f1
23 changed files with 302 additions and 44 deletions
|
|
@ -1,8 +1,8 @@
|
|||
class B:
|
||||
class TestClass:
|
||||
func to_str(b: int):
|
||||
return str(b)
|
||||
|
||||
var a: B
|
||||
var a: TestClass
|
||||
|
||||
func _ready():
|
||||
a.to_str(10).➡
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue