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,4 +1,4 @@
|
|||
[output]
|
||||
exclude=[
|
||||
{"display": "AUTO_TRANSLATE_MODE_INHERIT"},
|
||||
{"display": "AUTO_TRANSLATE_MODE_INHERIT"},
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node
|
||||
|
||||
var test = {
|
||||
t = 1,
|
||||
AutoTranslateMode.➡
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# Disabled due to GH-105421
|
||||
extends Node
|
||||
|
||||
var test = {
|
||||
t = 1,
|
||||
AutoTranslateMode.➡
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue