1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:28:11 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers/Cpp
AnotherTest e59a631511 HackStudio/LanguageServers: Move some components out of Cpp
This makes them available for use by other language servers.
Also as a bonus, update the Shell language server to discover some
symbols and add go-to-definition functionality :^)
2021-03-04 11:21:43 +01:00
..
ClientConnection.h HackStudio/LanguageServers: Move some components out of Cpp 2021-03-04 11:21:43 +01:00
CMakeLists.txt HackStudio/LanguageServers: Move some components out of Cpp 2021-03-04 11:21:43 +01:00
LexerAutoComplete.cpp LanguageServers/Cpp: Update client asynchronously about symbols 2021-02-27 16:37:35 +01:00
LexerAutoComplete.h HackStudio/LanguageServers: Move some components out of Cpp 2021-03-04 11:21:43 +01:00
main.cpp LanguageServers/Cpp: Add FileDB and pass project_root in Greet() 2021-02-08 23:10:38 +01:00
ParserAutoComplete.cpp HackStudio/LanguageServers: Move some components out of Cpp 2021-03-04 11:21:43 +01:00
ParserAutoComplete.h HackStudio/LanguageServers: Move some components out of Cpp 2021-03-04 11:21:43 +01:00