ladybird/Userland/DevTools/HackStudio/LanguageServers
Andreas Kling 21a5fb0fa2 LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
With this change, System::foo() becomes Core::System::foo().

Since LibCore builds on other systems than SerenityOS, we now have to
make sure that wrappers work with just a standard C library underneath.
2021-11-23 11:33:36 +01:00
..
Cpp LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 2021-11-23 11:33:36 +01:00
Shell LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 2021-11-23 11:33:36 +01:00
ClientConnection.cpp CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00
ClientConnection.h CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00
CMakeLists.txt LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine 2021-05-16 16:39:21 +02:00
CodeComprehensionEngine.cpp LanguageServers: Don't VERIFY that set_todo_entries callback exists 2021-06-29 00:07:19 +04:30
CodeComprehensionEngine.h CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00
FileDB.cpp LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 2021-09-22 21:35:42 +02:00
FileDB.h LanguageServers: Add FileDB::project_root() getter 2021-05-22 15:52:11 +02:00
LanguageClient.ipc CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00
LanguageServer.ipc CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00