summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/LanguageServers/LanguageServer.ipc
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-02-09HackStudio: Add tokens_info_result() and tokens_info_result() IPC callsItamar
2021-07-04CppLanguageServer: Add "get_parameters_hint" capabilityItamar
2021-05-23HackStudio: Greet language servers asynchronouslyAndreas Kling
2021-05-16HackStudio+CppLanguageServer: Remove lexer-based autocomplete engineItamar
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-02-27LanguageServers: Add ProjectLoaction, Declaration types and use in IPCItamar
2021-02-20LanguageServers/Cpp: Add 'FindDeclaration' capabilityItamar
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-12DevTools: Move to Userland/DevTools/Andreas Kling