summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/LanguageClient.cpp
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
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-07Everywhere: Fix many spelling errorsmjz19910
2021-12-03HackStudio: Decrease the maximal crash frequency of the server to 10 secItamar
2021-12-03HackStudio: Only send the content of open files to language serverItamar
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-04CppLanguageServer: Add "get_parameters_hint" capabilityItamar
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-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-04-13HackStudio: Store known symbol declarations in ProjectDeclarationsItamar
2021-03-06HackStudio: Restart LanguageServer if it crashesItamar
2021-03-06HackStudio: Map connections to langauge-servers by language nameItamar
2021-03-02LanguageServers/Cpp: Fix typoItamar
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-02-27LanguageServers: Add ProjectLoaction, Declaration types and use in IPCItamar
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-08Everywhere: Fix weird includesBen Wiederhake
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