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
/
LanguageClient.h
Age
Commit message (
Expand
)
Author
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-06
HackStudio: Restart LanguageServer if it crashes
Itamar
2021-03-06
HackStudio: Map connections to langauge-servers by language name
Itamar
2021-03-02
LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClient
Itamar
2021-03-02
LanguageServers/Cpp: Fix typo
Itamar
2021-02-27
LanguageServers/Cpp: Update client asynchronously about symbols
Itamar
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LanguageServers/Cpp: Add 'FindDeclaration' capability
Itamar
2021-02-13
HackStudio: Handle crash of the LanguageServer gracefully
Itamar
2021-02-08
LanguageServers/Cpp: Add FileDB and pass project_root in Greet()
Itamar
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-01-27
HackStudio: Integate with C++ parser-based autocomplete
Itamar
2021-01-27
HackStudio: Attach previous Language Client when detaching
Itamar
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling