ladybird/Userland/DevTools
Itamar 5bc82c0185 LanguageServers/Cpp: Add 'FindDeclaration' capability
The C++ LanguageServer can now find the matching declaration for
variable names, function calls, struct/class types and properties.

When clicking on one of the above with Ctrl pressed, HackStudio will
ask the language server to find a matching declaration, and navigate
to the result in the Editor. :^)
2021-02-20 15:53:37 +01:00
..
HackStudio LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
Inspector Inspector: Exit if inspected process has not pledged accept 2021-01-31 09:08:51 +01:00
IPCCompiler Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Playground Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Profiler Profiler: Display timing information in ProfileTimelineWidget 2021-02-06 08:55:34 +01:00
UserspaceEmulator Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC 2021-02-14 10:39:48 +01:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00