mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 20:29:42 +00:00
...and use that to implement autocomplete in HackStudio. Now everyone can have autocomplete :^)
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
endpoint LanguageClient = 8002
|
|
{
|
|
AutoCompleteSuggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
|
|
}
|