ladybird/Userland/DevTools/HackStudio/LanguageServers/Cpp
Itamar 32be65a8b4 CppLanguageServer: Add "get_parameters_hint" capability
Given a call site, the C++ language server can now return the declared
parameters of the called function, as well as the index of the
parameter that the cursor is currently at.
2021-07-04 17:50:33 +02:00
..
Tests CppLanguageServer: Add test case for auto-completing include paths 2021-05-22 15:52:11 +02:00
ClientConnection.h HackStudio: Make TODO entries clickable 2021-06-23 19:00:11 +01:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
CppComprehensionEngine.cpp CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00
CppComprehensionEngine.h CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00
main.cpp HackStudio: Remove unnecessary unveil in ShellLanguageServer 2021-06-12 22:49:20 +04:30
Tests.cpp CppLanguageServer: Add test case for auto-completing include paths 2021-05-22 15:52:11 +02:00
Tests.h LanguageServer/Cpp: Add tests 2021-05-14 13:27:47 +02:00