mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 00:34:59 +00:00
6 lines
306 B
Text
6 lines
306 B
Text
endpoint LanguageClient
|
|
{
|
|
auto_complete_suggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
|
|
declaration_location(GUI::AutocompleteProvider::ProjectLocation location) =|
|
|
declarations_in_document(String filename, Vector<GUI::AutocompleteProvider::Declaration> declarations) =|
|
|
}
|