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
/
LanguageServers
/
LanguageServer.ipc
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar
2022-02-09
HackStudio: Add tokens_info_result() and tokens_info_result() IPC calls
Itamar
2021-07-04
CppLanguageServer: Add "get_parameters_hint" capability
Itamar
2021-05-23
HackStudio: Greet language servers asynchronously
Andreas Kling
2021-05-16
HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine
Itamar
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
2021-04-25
Revert "IPCCompiler: Use string hashes for IPC endpoint magic"
Andreas Kling
2021-04-25
IPCCompiler: Use string hashes for IPC endpoint magic
sin-ack
2021-02-27
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
Itamar
2021-02-20
LanguageServers/Cpp: Add 'FindDeclaration' capability
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-12
DevTools: Move to Userland/DevTools/
Andreas Kling