ladybird/Userland/DevTools/HackStudio/LanguageServers/Cpp
Itamar 5adfcd54d8 LanguageServers: Only notify client about updated declarations
If the declarations haven't changed since we last notified the client,
then there's no need to do so.
2021-04-13 15:16:27 +02: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 LibCpp: Access Cpp::Token members via getter functions 2021-03-13 10:17:02 +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 LanguageServers: Only notify client about updated declarations 2021-04-13 15:16:27 +02:00
ParserAutoComplete.h HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator 2021-03-23 18:32:39 +01:00