summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/LanguageServers/LanguageClient.ipc
blob: 889a37623e555e1cbec40b3ffa7d4bb5615914b3 (plain)
1
2
3
4
5
6
endpoint LanguageClient = 8002
{
    AutoCompleteSuggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
    DeclarationLocation(GUI::AutocompleteProvider::ProjectLocation location) =|
    DeclarationsInDocument(String filename, Vector<GUI::AutocompleteProvider::Declaration> declarations) =|
}