summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/LanguageClient.h
AgeCommit message (Expand)Author
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-06HackStudio: Restart LanguageServer if it crashesItamar
2021-03-06HackStudio: Map connections to langauge-servers by language nameItamar
2021-03-02LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClientItamar
2021-03-02LanguageServers/Cpp: Fix typoItamar
2021-02-27LanguageServers/Cpp: Update client asynchronously about symbolsItamar
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LanguageServers/Cpp: Add 'FindDeclaration' capabilityItamar
2021-02-13HackStudio: Handle crash of the LanguageServer gracefullyItamar
2021-02-08LanguageServers/Cpp: Add FileDB and pass project_root in Greet()Itamar
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-27HackStudio: Attach previous Language Client when detachingItamar
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling