ladybird/Userland/DevTools/HackStudio/LanguageServers/Cpp
Itamar 33043f269d HackStudio: Add tokens_info_result() and tokens_info_result() IPC calls
These IPC calls are used in the communication with the language server
to fetch semantic information about the tokens in a code document.
2022-02-09 00:51:31 +01:00
..
Tests CppLanguageServer: Add test for "get_parameters_hint" 2021-07-04 17:50:33 +02:00
ClientConnection.h LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
CMakeLists.txt LanguageServers/Cpp: Port to LibMain :^) 2021-11-23 11:33:36 +01:00
CppComprehensionEngine.cpp HackStudio: Add tokens_info_result() and tokens_info_result() IPC calls 2022-02-09 00:51:31 +01:00
CppComprehensionEngine.h HackStudio: Add tokens_info_result() and tokens_info_result() IPC calls 2022-02-09 00:51:31 +01:00
main.cpp LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>() 2021-12-06 19:22:16 +01:00
Tests.cpp LibCpp: Update regressions tests results 2022-02-09 00:51:31 +01:00
Tests.h LanguageServer/Cpp: Add tests 2021-05-14 13:27:47 +02:00