summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/LanguageClient.h
AgeCommit message (Expand)Author
2023-03-11HackStudio: Use Syntax::Language instead of our own oneSam Atkins
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-25HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServerItamar
2022-02-25Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServerItamar
2022-02-09HackStudio: Add tokens_info_result() and tokens_info_result() IPC callsItamar
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-07-04CppLanguageServer: Add "get_parameters_hint" capabilityItamar
2021-06-25HackStudio: Add LanguageClient::Language() getterItamar
2021-06-23HackStudio: Make TODO entries clickableFederico Guerinoni
2021-06-23LanguageServers: Add function to collect TODO entries in a documentFederico Guerinoni
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23HackStudio: Greet language servers asynchronouslyAndreas Kling
2021-05-16HackStudio+CppLanguageServer: Remove lexer-based autocomplete engineItamar
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