summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/LanguageServers/AutoCompleteEngine.cpp
AgeCommit message (Expand)Author
2021-05-16LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngineItamar
2021-05-14LanguageServers: Allow set_declarations_of_document callback to be nullItamar
2021-05-14LanguageServers: Remove ClientConnection dependencyItamar
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-13LanguageServers: Only notify client about updated declarationsItamar
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest