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.cpp
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-25
HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServer
Itamar
2022-02-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2022-02-09
HackStudio: Add tokens_info_result() and tokens_info_result() IPC calls
Itamar
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-12-03
HackStudio: Decrease the maximal crash frequency of the server to 10 sec
Itamar
2021-12-03
HackStudio: Only send the content of open files to language server
Itamar
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-04
CppLanguageServer: Add "get_parameters_hint" capability
Itamar
2021-06-23
HackStudio: Make TODO entries clickable
Federico Guerinoni
2021-06-23
LanguageServers: Add function to collect TODO entries in a document
Federico Guerinoni
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-16
HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine
Itamar
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-04-13
HackStudio: Store known symbol declarations in ProjectDeclarations
Itamar
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 typo
Itamar
2021-02-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
2021-02-27
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
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-08
Everywhere: Fix weird includes
Ben Wiederhake
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