index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
HackStudio
/
AutoCompleteResponse.h
Age
Commit message (
Expand
)
Author
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar
2022-04-03
Userland: Remove a few gratuitous IPC namespace qualifiers
Valtteri Koskivuori
2022-02-09
LibGUI+HackStudio: Add TokenInfo struct for language-server IPC
Itamar
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-02
LibGUI: Allow autocomplete to stay open after applying
thislooksfun
2021-11-02
LibGUI: Remove GUI::AutocompleteProvider::Entry::kind
thislooksfun
2021-11-02
LibGUI: Allow completion suggestions to fill and display different text
thislooksfun
2021-06-23
HackStudio: Make TODO entries clickable
Federico Guerinoni
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-23
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
Itamar
2021-02-27
LanguageServers/Cpp: Update client asynchronously about symbols
Itamar
2021-02-27
LanguageServers/Cpp: Add type to Declarations
Itamar
2021-02-27
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
Itamar
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling