mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:38:11 +00:00
5 lines
200 B
Text
5 lines
200 B
Text
endpoint LanguageClient = 8002
|
|
{
|
|
AutoCompleteSuggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
|
|
DeclarationLocation(GUI::AutocompleteProvider::ProjectLocation location) =|
|
|
}
|