mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Autocompletion: Don't filter overrides when the existing function is the current one
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
scene="res://completion/get_node/get_node.tscn"
|
||||
[output]
|
||||
include=[
|
||||
{"display": "_get(property: StringName) -> Variant:"},
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
extends Object
|
||||
|
||||
func _get➡
|
||||
Reference in New Issue
Block a user