Itamar
|
b35293d945
LibCodeComprehension: Re-organize code comprehension related code
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Itamar
|
75ee77f8a1
HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServer
|
3 years ago |
Itamar
|
d88da82e28
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
|
3 years ago |
Itamar
|
33043f269d
HackStudio: Add tokens_info_result() and tokens_info_result() IPC calls
|
3 years ago |
sin-ack
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
3 years ago |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Itamar
|
32be65a8b4
CppLanguageServer: Add "get_parameters_hint" capability
|
4 years ago |
Itamar
|
743157348d
HackStudio: Add LanguageClient::Language() getter
|
4 years ago |
Federico Guerinoni
|
e0f1c237d2
HackStudio: Make TODO entries clickable
|
4 years ago |
Federico Guerinoni
|
26a7356e90
LanguageServers: Add function to collect TODO entries in a document
|
4 years ago |
Andreas Kling
|
c1c252ddb2
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
|
4 years ago |
Andreas Kling
|
0af69e8917
HackStudio: Greet language servers asynchronously
|
4 years ago |
Itamar
|
b1531b78f6
HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine
|
4 years ago |
Gunnar Beutner
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
4 years ago |
Gunnar Beutner
|
065040872f
Userland: Change IPC funcs to use plain arguments instead of a struct
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Itamar
|
cfa100cb65
HackStudio: Restart LanguageServer if it crashes
|
4 years ago |
Itamar
|
74070ef74d
HackStudio: Map connections to langauge-servers by language name
|
4 years ago |
Itamar
|
05c48cc8d8
LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClient
|
4 years ago |
Itamar
|
17e6287333
LanguageServers/Cpp: Fix typo
|
4 years ago |
Itamar
|
a94b5376bc
LanguageServers/Cpp: Update client asynchronously about symbols
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Itamar
|
5bc82c0185
LanguageServers/Cpp: Add 'FindDeclaration' capability
|
4 years ago |
Itamar
|
715933ce8b
HackStudio: Handle crash of the LanguageServer gracefully
|
4 years ago |
Itamar
|
bed06b13f3
LanguageServers/Cpp: Add FileDB and pass project_root in Greet()
|
4 years ago |
Andreas Kling
|
1ce03f4f34
LibIPC: Stop sending client ID to clients
|
4 years ago |
Itamar
|
fa18010477
HackStudio: Integate with C++ parser-based autocomplete
|
4 years ago |
Itamar
|
8ed96eb27c
HackStudio: Attach previous Language Client when detaching
|
4 years ago |