draft request autocomplete suggestions

This commit is contained in:
yggverse 2024-04-16 22:22:32 +03:00
parent 5a4fba93f1
commit 75ab8eb069
2 changed files with 93 additions and 0 deletions

View file

@ -129,6 +129,31 @@
"length":
{
"max":1024
},
"autocomplete":
{
"enabled":true,
"inline":
{
"completion":true,
"selection":true
},
"key":
{
"length":1
},
"ignore":
{
"keycode":
[
111,
116
]
},
"result":
{
"limit":15
}
}
}
}