LanguageClient.ipc 308 B

123456
  1. endpoint LanguageClient = 8002
  2. {
  3. AutoCompleteSuggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
  4. DeclarationLocation(GUI::AutocompleteProvider::ProjectLocation location) =|
  5. DeclarationsInDocument(String filename, Vector<GUI::AutocompleteProvider::Declaration> declarations) =|
  6. }