mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
6 lines
308 B
Text
6 lines
308 B
Text
endpoint LanguageClient = 8002
|
|
{
|
|
AutoCompleteSuggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
|
|
DeclarationLocation(GUI::AutocompleteProvider::ProjectLocation location) =|
|
|
DeclarationsInDocument(String filename, Vector<GUI::AutocompleteProvider::Declaration> declarations) =|
|
|
}
|