2021-04-25 08:19:53 -03:00
|
|
|
endpoint LanguageClient
|
2020-10-01 20:31:33 -03:00
|
|
|
{
|
2021-05-03 10:52:56 -03:00
|
|
|
auto_complete_suggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
|
|
|
|
|
declaration_location(GUI::AutocompleteProvider::ProjectLocation location) =|
|
|
|
|
|
declarations_in_document(String filename, Vector<GUI::AutocompleteProvider::Declaration> declarations) =|
|
2021-06-01 18:54:55 -03:00
|
|
|
todo_entries_in_document(String filename, Vector<Cpp::Parser::TodoEntry> todo_entries) =|
|
2021-07-03 05:55:54 -03:00
|
|
|
parameters_hint_result(Vector<String> params, int current_index) =|
|
2020-10-01 20:31:33 -03:00
|
|
|
}
|