serenity/Userland
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
..
Applications FileManager: Set tooltips on the path breadcrumb bar 2021-02-20 14:23:41 +01:00
Demos LibGUI: Swap order of InputBox value and parent window args 2021-02-20 12:19:46 +01:00
DevTools LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
DynamicLoader
Games Chess: Allow right click to cancel drag move while dragging a piece 2021-02-18 12:52:11 +01:00
Libraries LibCpp: Store filename in ASTNodes 2021-02-20 15:53:37 +01:00
MenuApplets
Services LibWeb: Implement Window.prompt() 2021-02-20 12:19:46 +01:00
Shell Shell: Convert dbgprintf() => dbgln() 2021-02-17 16:18:53 +01:00
Tests LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long}) 2021-02-16 10:38:52 +01:00
Utilities LibCpp: Store filename in ASTNodes 2021-02-20 15:53:37 +01:00
CMakeLists.txt