mirror of
https://github.com/RGBCube/serenity
synced 2025-10-30 07:52:07 +00:00
The language server keeps track of the content of currently edited files by receiving updates about edit actions. Also, C++ autocompletion is no longer tied to HackStudio itself and moved to be part of the language server. |
||
|---|---|---|
| .. | ||
| AutoComplete.cpp | ||
| AutoComplete.h | ||
| ClientConnection.cpp | ||
| ClientConnection.h | ||
| CMakeLists.txt | ||
| CppLanguageClient.ipc | ||
| CppLanguageServer.ipc | ||
| main.cpp | ||