Autocompletion: enable string literal completion in subscripts
This commit is contained in:
parent
db76de5de8
commit
c824403853
19 changed files with 181 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
extends Node
|
||||
|
||||
var outer
|
||||
|
||||
const dict = {
|
||||
"key1": "value",
|
||||
"key2": null,
|
||||
}
|
||||
|
||||
func _ready() -> void:
|
||||
var inner
|
||||
|
||||
dict["➡"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue