
As a document is parsed, the language server updates the client asynchronously about symbol declarations it finds.
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) =|
|
|
}
|