1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00
serenity/DevTools/HackStudio/LanguageServers/Cpp
Itamar 863f14788f HackStudio: Add C++ Language Server
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.
2020-09-30 21:46:59 +02:00
..
AutoComplete.cpp HackStudio: Add C++ Language Server 2020-09-30 21:46:59 +02:00
AutoComplete.h HackStudio: Add C++ Language Server 2020-09-30 21:46:59 +02:00
ClientConnection.cpp HackStudio: Add C++ Language Server 2020-09-30 21:46:59 +02:00
ClientConnection.h HackStudio: Add C++ Language Server 2020-09-30 21:46:59 +02:00
CMakeLists.txt HackStudio: Add C++ Language Server 2020-09-30 21:46:59 +02:00
CppLanguageClient.ipc HackStudio: Add C++ Language Server 2020-09-30 21:46:59 +02:00
CppLanguageServer.ipc HackStudio: Add C++ Language Server 2020-09-30 21:46:59 +02:00
main.cpp HackStudio: Add C++ Language Server 2020-09-30 21:46:59 +02:00