1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 12:47:34 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers
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
..
Cpp LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
Shell LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
LanguageClient.ipc LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
LanguageServer.ipc LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00