mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 06:40:59 +00:00
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. :^) |
||
|---|---|---|
| .. | ||
| AutoCompleteEngine.cpp | ||
| AutoCompleteEngine.h | ||
| ClientConnection.cpp | ||
| ClientConnection.h | ||
| CMakeLists.txt | ||
| FileDB.cpp | ||
| FileDB.h | ||
| LexerAutoComplete.cpp | ||
| LexerAutoComplete.h | ||
| main.cpp | ||
| ParserAutoComplete.cpp | ||
| ParserAutoComplete.h | ||