summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/AutoCompleteResponse.h
AgeCommit message (Expand)Author
2023-01-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-04-03Userland: Remove a few gratuitous IPC namespace qualifiersValtteri Koskivuori
2022-02-09LibGUI+HackStudio: Add TokenInfo struct for language-server IPCItamar
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-02LibGUI: Allow autocomplete to stay open after applyingthislooksfun
2021-11-02LibGUI: Remove GUI::AutocompleteProvider::Entry::kindthislooksfun
2021-11-02LibGUI: Allow completion suggestions to fill and display different textthislooksfun
2021-06-23HackStudio: Make TODO entries clickableFederico Guerinoni
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-23HackStudio+LanguageServers/Cpp: Show scope of symbols in LocatorItamar
2021-02-27LanguageServers/Cpp: Update client asynchronously about symbolsItamar
2021-02-27LanguageServers/Cpp: Add type to DeclarationsItamar
2021-02-27LanguageServers: Add ProjectLoaction, Declaration types and use in IPCItamar
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling