1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00
serenity/DevTools/HackStudio/LanguageServers/Cpp
AnotherTest 9e73b0b696 HackStudio: Relay completions requests to the language server unfiltered
Previously, the client would decide when to ask the server for
completions, and it would only do so for identifiers that had spans
(determined via the highlighter!).
Swap this around and make the server decide if it wants to complete
something.
This commit also adds a CompletionKind (which only has one value:
Identifier), to work with other kinds of completions as well.
2020-10-04 23:12:28 +02:00
..
AutoComplete.cpp HackStudio: Relay completions requests to the language server unfiltered 2020-10-04 23:12:28 +02:00
AutoComplete.h HackStudio: Relay completions requests to the language server unfiltered 2020-10-04 23:12:28 +02:00
ClientConnection.cpp HackStudio: Relay completions requests to the language server unfiltered 2020-10-04 23:12:28 +02:00
ClientConnection.h HackStudio: Relay completions requests to the language server unfiltered 2020-10-04 23:12:28 +02:00
CMakeLists.txt HackStudio: Abstract away language-server details 2020-10-02 20:47:57 +02:00
main.cpp HackStudio: Add C++ Language Server 2020-09-30 21:46:59 +02:00