mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 19:55:08 +00:00

...and use that to implement autocomplete in HackStudio. Now everyone can have autocomplete :^)
4 lines
120 B
Text
4 lines
120 B
Text
endpoint LanguageClient = 8002
|
|
{
|
|
AutoCompleteSuggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
|
|
}
|