Added working version for user-defined function autocompletion
This commit is contained in:
@@ -6,3 +6,18 @@ var property_of_a
|
||||
|
||||
func func_of_a():
|
||||
pass
|
||||
|
||||
|
||||
func _func_of_a_underscore():
|
||||
pass
|
||||
|
||||
|
||||
static func func_of_a_static():
|
||||
pass
|
||||
|
||||
func func_of_a_args(a: int):
|
||||
pass
|
||||
|
||||
func func_of_a_callable(call := func():
|
||||
var x_of_a = 10):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user