Merge pull request #107852 from HolonProduction/completion-filter-current-impl

Autocompletion: Don't filter overrides when the existing function is the current one
This commit is contained in:
Thaddeus Crews 2025-06-27 09:39:52 -05:00
commit 4a90220fc9
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
3 changed files with 17 additions and 2 deletions

View file

@ -0,0 +1,5 @@
scene="res://completion/get_node/get_node.tscn"
[output]
include=[
{"display": "_get(property: StringName) -> Variant:"},
]

View file

@ -0,0 +1,3 @@
extends Object
func _get